php 8.1 added to ci/cd
This commit is contained in:
parent
289f92915f
commit
93ec7f665f
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest]
|
||||
php-versions: ['7.4', '8.0']
|
||||
php-versions: ['7.4', '8.0', '8.1']
|
||||
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in New Issue