Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Apr 14, 2023
1 parent f3dc4bc commit ef112c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:
continue-on-error: ${{ !matrix.stable }}
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
stable: [true]
coverage: [true]
composer-flags: ['']
include:
- php-versions: '8.1'
stable: false
coverage: false
composer-flags: '--ignore-platform-reqs'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ef112c8

Please sign in to comment.