Fix test-php-psr7-implementations CI
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
34922bace5
commit
30274190f8
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -192,12 +192,11 @@ jobs:
|
||||
|
||||
test-php-psr7-implementations:
|
||||
name: Test on PHP ${{ matrix.php-version }} (+ psr7-${{ matrix.psr-7-library }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-version: ['7.2']
|
||||
os: [ubuntu-latest]
|
||||
php-extensions: ['mbstring, iconv, mysqli, zip, bz2']
|
||||
psr-7-library: ['guzzlehttp/psr7', 'slim/psr7', 'nyholm/psr7']
|
||||
include:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user