diff --git a/.github/workflows/application.yml b/.github/workflows/application.yml index 60eb52fcc5..85e5d64837 100644 --- a/.github/workflows/application.yml +++ b/.github/workflows/application.yml @@ -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"