From 7b2c661ffee72de55c104a358d3881e3edb02c85 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Vrielynck <43749206+pvriel@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:21:57 +0100 Subject: [PATCH] [ALFREDOPS-860] fixed CI/CD integration tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b57731..8340cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: flavour: [ "community", "enterprise" ] - version: [ "61", "62", "70", "71", "72", "73","74" ] + version: [ "231" ] steps: - uses: actions/checkout@v2 - name: Set up JDK 17