Skip to content

Commit 1148488

Browse files
committed
add 8.4, fix typo in php versions
1 parent 6378d6b commit 1148488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
continue-on-error: ${{ !matrix.stable }}
3030
strategy:
3131
matrix:
32-
php: ['8.0', 8.1', '8.2', '8.3']
32+
php: ['8.0', '8.1', '8.2', '8.3','8.4']
3333
stable: [true]
3434
coverage: [true]
3535
composer-flags: ['']

0 commit comments

Comments
 (0)