Skip to content

Commit d6bad59

Browse files
authored
Merge pull request #28 from thephpleague/colinodell-patch-1
Test on newer PHP versions
2 parents 662ce8d + 653abb0 commit d6bad59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

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