From 38594c0e2a2051e0f55c31165fe4c723306864d2 Mon Sep 17 00:00:00 2001 From: Nicolas MELONI Date: Thu, 4 Jul 2024 14:02:14 +0200 Subject: [PATCH] Fix CI --- .github/workflows/analysis.yaml | 3 ++- .github/workflows/sylius.yaml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml index 3823492e..b4b45f0e 100644 --- a/.github/workflows/analysis.yaml +++ b/.github/workflows/analysis.yaml @@ -17,9 +17,10 @@ jobs: matrix: php: - 8.2 + - 8.3 symfony: - - '5.4.*' - '6.2.*' + - '6.4.*' env: APP_ENV: test steps: diff --git a/.github/workflows/sylius.yaml b/.github/workflows/sylius.yaml index adc1cb69..f8ddc840 100644 --- a/.github/workflows/sylius.yaml +++ b/.github/workflows/sylius.yaml @@ -18,11 +18,13 @@ jobs: matrix: php: - 8.2 + - 8.3 sylius: - 1.12.0 + - 1.13.0 symfony: - - 5.4 - 6.2 + - 6.3 node: - 14.x env: