From 0ad932efe707a8d650a0d9ea9c03fae9abbfa04e 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.2 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 768e39c8d..633f8a01b 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.2.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest