Skip to content

Commit

Permalink
Run tests on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jan 14, 2022
1 parent 1a8f66b commit b82467b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']

steps:
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
runs-on: ${{ matrix.os }}

env:
phpunit-version: 9.5.4
phpunit-version: 9.5

strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']
- php: '7.2'
phpunit-version: 8.5
Expand Down

0 comments on commit b82467b

Please sign in to comment.