From 62e62b3ea3d767fe0fb3608f9d017b6b5a9adf93 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 31 Dec 2023 18:33:37 +0100 Subject: [PATCH] Add CI jobs for PHP 8.2 and 8.3 (#2144) * Add CI jobs for PHP 8.2 and 8.3 * more tests --------- Co-authored-by: Guilhem Niot --- .github/workflows/continuous-integration.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 14802e7e0..76951fe1e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -37,12 +37,24 @@ jobs: - php-version: 8.1 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.3.*" doctrine-annotations: true + - php-version: 8.4 + symfony-require: "6.3.*" + doctrine-annotations: true - php-version: 8.2 symfony-require: "7.0.*" doctrine-annotations: false + - php-version: 8.3 + symfony-require: "7.0.*" + doctrine-annotations: false + - php-version: 8.4 + symfony-require: "7.0.*" + doctrine-annotations: false steps: - name: "Checkout"