From e1b3e0154a2c117545907124a063feb1f13e99a2 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 21 Jun 2023 20:21:06 +0200 Subject: [PATCH] GH-217 - Fix Framework snapshot versions for compatibility tests. Temporarily run Boot 3.2 snapshot compatibility tests with Framework 6.1 snapshots explicitly. --- .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 768e39c8..0d7f27a3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.7', '3.0.8-SNAPSHOT', '3.1.1-SNAPSHOT', '3.2.0-SNAPSHOT'] + version: ['3.0.7', '3.0.8-SNAPSHOT', '3.1.1-SNAPSHOT', '3.2.0-SNAPSHOT -Dspring-framework.version=6.1.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest