Skip to content

Commit 653abb0

Browse files
committed
Test on newer PHP versions
1 parent 662ce8d commit 653abb0

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
@@ -29,7 +29,7 @@ jobs:
2929
continue-on-error: ${{ !matrix.stable }}
3030
strategy:
3131
matrix:
32-
php: ['7.4', '8.0', '8.1']
32+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3333
stable: [true]
3434
coverage: [true]
3535
composer-flags: ['']
@@ -38,7 +38,7 @@ jobs:
3838
stable: true
3939
coverage: false
4040
composer-flags: '--prefer-lowest'
41-
- php: '8.2'
41+
- php: '8.4'
4242
stable: false
4343
coverage: false
4444
composer-flags: '--ignore-platform-reqs'

0 commit comments

Comments
 (0)