Run tests on PHP 8.1

This commit is contained in:
Johannes Meyer 2022-01-18 16:29:11 +01:00
parent 523bdfec5e
commit f2b2893b51
1 changed files with 3 additions and 3 deletions

View File

@ -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:
@ -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']
include:
- php: '7.2'