diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ab4e629ec..cc82d0f5d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -38,15 +38,27 @@ jobs: - php-version: 8.1 symfony-require: "5.4" doctrine-annotations: true + - php-version: 8.2 + symfony-require: "5.4" + doctrine-annotations: true - php-version: 8.3 symfony-require: "5.4" doctrine-annotations: true + - php-version: 8.4 + symfony-require: "5.4" + doctrine-annotations: true - php-version: 8.1 symfony-require: "6.4" doctrine-annotations: true + - php-version: 8.2 + symfony-require: "6.4" + doctrine-annotations: true - php-version: 8.3 symfony-require: "6.4" doctrine-annotations: true + - php-version: 8.4 + symfony-require: "6.4" + doctrine-annotations: true - php-version: 8.2 symfony-require: "7.1" doctrine-annotations: false