From 668f23d97c6633cff4bd85bc232c183c26d2449d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 21 Oct 2023 21:47:03 +0200 Subject: [PATCH] GH-329 - Make integration builds only check Boot 3.2 compatibility. As we now rely on API that has been introduced in Spring Framework 6.1 RC1. --- .github/workflows/integration.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c23b2530..35328cf9 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,7 +10,6 @@ jobs: strategy: matrix: version: - - '3.1.4-SNAPSHOT' - '3.2.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest