Test on PHP 8.1 (#34)
This commit is contained in:
parent
e9d8eeb15b
commit
4da1b7bc04
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-latest']
|
operating-system: ['ubuntu-latest']
|
||||||
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
|
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
|
||||||
|
|
||||||
name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}
|
name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue