From c57c840fd571536bf18c3b820072c97ae2b51fca Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 21 Oct 2023 21:54:08 +0200 Subject: [PATCH] GH-330 - Upgrade integration builds to latest Spring Boot releases. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index cb1eeac5..13f23458 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.4-SNAPSHOT', '3.2.0-M2', '3.2.0-SNAPSHOT'] + version: ['3.0.12', '3.0.13-SNAPSHOT', '3.1.6-SNAPSHOT', '3.2.0-RC1', '3.2.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest