[CI] Add APIP 2.6 static checks

This commit is contained in:
Jan Goralski 2022-10-19 17:19:20 +02:00
parent c7b0042dfc
commit 81d7b26702
No known key found for this signature in database
GPG key ID: 95D91BA380F31EDD

View file

@ -24,7 +24,7 @@ jobs:
static-checks:
runs-on: ubuntu-latest
name: "Static checks (PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }})"
name: "Static checks (PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, API Platform ${{ matrix.api-platform }})"
timeout-minutes: 10
@ -33,11 +33,17 @@ jobs:
matrix:
php: ["8.0", "8.1"]
symfony: ["^5.4", "^6.0"]
api-platform: ["^2.7"]
include:
-
php: "8.1"
symfony: "~6.0.0"
api-platform: "^2.7"
-
php: "8.1"
symfony: "^6.0"
api-platform: "~2.6.0"
steps:
-
@ -600,6 +606,14 @@ jobs:
mysql: "8.0"
dbal: "3"
-
php: "8.1"
symfony: "^6.0"
api-platform: "~2.6.0"
twig: "3.x"
mysql: "8.0"
dbal: "3"
-
php: "8.1"
symfony: "~6.0.0"