Skip to content

Commit

Permalink
Update GitHub Actions with PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Sep 4, 2023
1 parent 38ec175 commit ccb0340
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 @@ -11,12 +11,12 @@ jobs:
continue-on-error: ${{ !matrix.stable }}
strategy:
matrix:
php-versions: ['8.0']
php-versions: ['8.0', '8.1', '8.2']
stable: [true]
coverage: [true]
composer-flags: ['']
include:
- php-versions: '8.1'
- php-versions: '8.3'
stable: false
coverage: false
composer-flags: '--ignore-platform-reqs'
Expand Down

0 comments on commit ccb0340

Please sign in to comment.