diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea3e9fe6..435be9b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: matrix: CONNECT_VERSION: - preview + - 2024.06.0 - 2024.05.0 - 2024.04.1 - 2024.04.0 diff --git a/integration/Makefile b/integration/Makefile index d3fe05a7..5a681c65 100644 --- a/integration/Makefile +++ b/integration/Makefile @@ -14,7 +14,8 @@ include ../vars.mk help # Versions -CONNECT_VERSIONS := 2024.05.0 \ +CONNECT_VERSIONS := 2024.06.0 \ + 2024.05.0 \ 2024.04.1 \ 2024.04.0 \ 2024.03.0 \