Skip to content

Commit

Permalink
GH-217 - Fix Framework snapshot versions for compatibility tests.
Browse files Browse the repository at this point in the history
Temporarily run Boot 3.2 snapshot compatibility tests with Framework 6.1 snapshots explicitly.
  • Loading branch information
odrotbohm committed Jun 21, 2023
1 parent 3d68017 commit e1b3e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1b3e01

Please sign in to comment.