GH-217 - Fix Framework snapshot versions for compatibility tests.

Temporarily run Boot 3.2 snapshot compatibility tests with Framework 6.1 snapshots explicitly.
This commit is contained in:
Oliver Drotbohm
2023-06-21 20:21:06 +02:00
parent a915f76422
commit 676ee3f0e9

View File

@@ -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