Skip to content

Commit

Permalink
Test on newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell authored May 19, 2024
1 parent 32ffff3 commit 2ba9994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
continue-on-error: ${{ !matrix.stable }}
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
stable: [true]
coverage: [true]
composer-flags: ['']
Expand All @@ -38,7 +38,7 @@ jobs:
stable: true
coverage: false
composer-flags: '--prefer-lowest'
- php: '8.2'
- php: '8.4'
stable: false
coverage: false
composer-flags: '--ignore-platform-reqs'
Expand Down

0 comments on commit 2ba9994

Please sign in to comment.