Skip to content

Commit

Permalink
Update GitHub Actions with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Jun 21, 2022
1 parent af17324 commit 0712a9c
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']
stable: [true]
coverage: [true]
composer-flags: ['']
include:
- php-versions: '8.1'
- php-versions: '8.2'
stable: false
coverage: false
composer-flags: '--ignore-platform-reqs'
Expand Down

0 comments on commit 0712a9c

Please sign in to comment.