Fix test-php-psr7-implementations CI

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2023-05-29 12:05:23 +02:00
parent 34922bace5
commit 30274190f8
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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: