mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CI] Add APIP 2.6 static checks
This commit is contained in:
parent
c7b0042dfc
commit
81d7b26702
1 changed files with 15 additions and 1 deletions
16
.github/workflows/application.yml
vendored
16
.github/workflows/application.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue