From 40ecf143838aa97e44d3a4d28daefadbbcfb006c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 23 Aug 2024 11:03:08 +0200 Subject: [PATCH] GH-760 - Integration builds test against open source versions only. --- .github/workflows/integration.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index da904b82..9b28337b 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,14 +10,10 @@ jobs: strategy: matrix: version: - - '3.0.16' - - '3.0.17-SNAPSHOT' - - '3.1.12' - - '3.1.13-SNAPSHOT' - '3.2.8' - - '3.2.9-SNAPSHOT' - - '3.3.2' - - '3.3.3-SNAPSHOT' + - '3.2.10-SNAPSHOT' + - '3.3.3' + - '3.3.4-SNAPSHOT' - '3.4.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest