From 4aca8ed65ba5a0637e704e2cbe6ff2bdc6dfc856 Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Mon, 20 Nov 2023 14:55:43 +0100 Subject: [PATCH 1/2] Update CI to test Symfony 7 --- .github/workflows/continuous-integration.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 723545279..ca1d0b09d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -44,6 +44,7 @@ jobs: - '4.4.*' - '5.4.*' - '6.2.*' + - '7.0.*' elasticsearch: - '7.11.0' dependencies: @@ -58,6 +59,14 @@ jobs: symfony: '6.2.*' dependencies: 'highest' elasticsearch: '7.11.0' + - php: '7.4' + symfony: '7.0.*' + dependencies: 'highest' + elasticsearch: '7.11.0' + - php: '8.1' + symfony: '7.0.*' + dependencies: 'highest' + elasticsearch: '7.11.0' fail-fast: false steps: - name: 'Checkout' @@ -107,6 +116,7 @@ jobs: - '4.4.*' - '5.4.*' - '6.2.*' + - '7.0.*' dependencies: - 'highest' include: @@ -117,6 +127,12 @@ jobs: - php: '7.4' symfony: '6.2.*' dependencies: 'highest' + - php: '7.4' + symfony: '7.0.*' + dependencies: 'highest' + - php: '8.1' + symfony: '7.0.*' + dependencies: 'highest' fail-fast: false steps: - name: 'Checkout' From 0d693094e1414d4e282de4066d49740bba79445a Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Mon, 20 Nov 2023 14:56:25 +0100 Subject: [PATCH 2/2] Update CI to test Symfony 6.3 (6.2 is unmaintained) --- .github/workflows/continuous-integration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index ca1d0b09d..0c2003dae 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -43,7 +43,7 @@ jobs: symfony: - '4.4.*' - '5.4.*' - - '6.2.*' + - '6.3.*' - '7.0.*' elasticsearch: - '7.11.0' @@ -56,7 +56,7 @@ jobs: symfony: '4.4.*' exclude: - php: '7.4' - symfony: '6.2.*' + symfony: '6.3.*' dependencies: 'highest' elasticsearch: '7.11.0' - php: '7.4' @@ -115,7 +115,7 @@ jobs: symfony: - '4.4.*' - '5.4.*' - - '6.2.*' + - '6.3.*' - '7.0.*' dependencies: - 'highest' @@ -125,7 +125,7 @@ jobs: symfony: '4.4.*' exclude: - php: '7.4' - symfony: '6.2.*' + symfony: '6.3.*' dependencies: 'highest' - php: '7.4' symfony: '7.0.*'