Skip to content

Commit

Permalink
Test against PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Aug 14, 2021
1 parent a2f048a commit 3185be2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,22 @@ jobs:
phpunit:
name: PHPUnit on ${{ matrix.php }} ${{ matrix.composer-flags }}
runs-on: ubuntu-latest
continue-on-error: ${{ !matrix.stable }}
strategy:
matrix:
php: ['7.4', '8.0']
stable: [true]
coverage: [true]
composer-flags: ['']
include:
- php: '7.4'
stable: true
coverage: false
composer-flags: '--prefer-lowest'
- php: '8.1'
stable: false
coverage: false
composer-flags: '--ignore-platform-reqs'

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

0 comments on commit 3185be2

Please sign in to comment.