Fixes for phpunit
This commit is contained in:
parent
75f4d9a4a8
commit
e72c8d93c2
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04']
|
operating-system: ['ubuntu-18.04', 'ubuntu-20.04']
|
||||||
php-versions: ['7.4','8.0','8.1']
|
php-versions: ['7.4','8.0','8.1']
|
||||||
phpunit-versions: ['latest']
|
phpunit-versions: ['latest']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue