Skip to content

Commit

Permalink
Support PHP 8.3
Browse files Browse the repository at this point in the history
* Prevent empty tags to be expanded when
  setting the node content to an empty string.
* Update dev dependencies to latest version
  • Loading branch information
jaylinski committed Oct 20, 2024
1 parent d097b24 commit efd4e89
Show file tree
Hide file tree
Showing 3 changed files with 938 additions and 428 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2', '8.3']
composer-version: ['composer:v2']

steps:
Expand Down
Loading

0 comments on commit efd4e89

Please sign in to comment.