Skip to content

Commit c97cedf

Browse files
committed
feat(ci): add php8.4
1 parent 7b6d1e9 commit c97cedf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: [ '8.1', '8.2', '8.3' ]
20+
php: [ '8.1', '8.2', '8.3', '8.4' ]
2121
ext_base: [ 'none, dom, tokenizer, xml, xmlwriter,' ]
2222
ext_lib: [ 'curl, mbstring, openssl,' ]
2323
ext_optional: [ '', 'bcmath', 'gmp' ]
@@ -68,6 +68,7 @@ jobs:
6868
run: composer test:typing
6969

7070
- name: Run php-cs-fixer
71+
if: ${{ matrix.php != '8.4' }}
7172
run: |
7273
composer test:syntax
7374
composer test:syntax_tests

0 commit comments

Comments
 (0)