diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 723545279..0c2003dae 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -43,7 +43,8 @@ jobs: symfony: - '4.4.*' - '5.4.*' - - '6.2.*' + - '6.3.*' + - '7.0.*' elasticsearch: - '7.11.0' dependencies: @@ -55,7 +56,15 @@ jobs: symfony: '4.4.*' exclude: - php: '7.4' - symfony: '6.2.*' + symfony: '6.3.*' + 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 @@ -106,7 +115,8 @@ jobs: symfony: - '4.4.*' - '5.4.*' - - '6.2.*' + - '6.3.*' + - '7.0.*' dependencies: - 'highest' include: @@ -115,7 +125,13 @@ jobs: symfony: '4.4.*' exclude: - php: '7.4' - symfony: '6.2.*' + symfony: '6.3.*' + dependencies: 'highest' + - php: '7.4' + symfony: '7.0.*' + dependencies: 'highest' + - php: '8.1' + symfony: '7.0.*' dependencies: 'highest' fail-fast: false steps: