Skip to content

Commit 81d3ba2

Browse files
committed
Test against PHP 8.4 (stable) and 8.5 (nightly)
1 parent ab3f3ae commit 81d3ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
36+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
3737
stable: [true]
3838
coverage: [true]
3939
composer-flags: ['']
@@ -42,7 +42,7 @@ jobs:
4242
stable: true
4343
coverage: false
4444
composer-flags: '--prefer-lowest'
45-
- php: '8.4'
45+
- php: '8.5'
4646
stable: false
4747
coverage: false
4848
composer-flags: '--ignore-platform-req=php'

0 commit comments

Comments
 (0)