From 607d0466213239aac696786968d9a07931df19ad Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 8 Sep 2023 08:42:44 +0200 Subject: [PATCH] GH-248 - Disable Boot 3.0 compatibility builds. --- .github/workflows/integration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8332a4f3..c23b2530 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,9 @@ jobs: integration: strategy: matrix: - version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3', '3.1.4-SNAPSHOT', '3.2.0-SNAPSHOT'] + version: + - '3.1.4-SNAPSHOT' + - '3.2.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest