Skip to content

Commit c4d67ce

Browse files
committed
feat(ci): add php8.4
1 parent 9c9623b commit c4d67ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ext-json": "*",
3434
"ext-mbstring": "*",
3535
"ext-openssl": "*",
36-
"guzzlehttp/guzzle": "^7.4.5",
36+
"guzzlehttp/guzzle": "^7.9.2",
3737
"web-token/jwt-library": "^3.3.0|^4.0.0",
3838
"spomky-labs/base64url": "^2.0.4"
3939
},

0 commit comments

Comments
 (0)