From 3ca50dc8947da0ca71839d9585f8e6722c965630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Wed, 13 Mar 2024 21:01:57 +0100 Subject: [PATCH] feat: update new SF versions and PHP matrix in CI --- .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 864fc5115..aebb5e64a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -48,6 +48,18 @@ jobs: can-fail: false symfony-require: "6.3.*" - php-version: 8.2 + composer-flags: "" + can-fail: false + symfony-require: "6.4.*" + - php-version: 8.3 + composer-flags: "" + can-fail: false + symfony-require: "7.0.*" + - php-version: 8.3 + composer-flags: "" + can-fail: false + symfony-require: "7.1.*" + - php-version: 8.3 composer-flags: "" can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version