Drop PHP 7.4 testing for now
Will bring it back with the L6 upgrade.
This commit is contained in:
parent
9b72c2d181
commit
e24a5964a1
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 6
|
||||
matrix:
|
||||
phpVersions: ['7.1', '7.2', '7.3', '7.4']
|
||||
phpVersions: ['7.1', '7.2', '7.3']
|
||||
fail-fast: false
|
||||
name: PHP ${{ matrix.phpVersions }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue