GH-244 - Upgrade to Spring Boot 3.1.2.

Updated integration CI build version matrix as well.
This commit is contained in:
Oliver Drotbohm
2023-07-20 15:01:38 +02:00
parent 29b78a447e
commit 32b689dab8
2 changed files with 3 additions and 3 deletions

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 -Dspring-framework.version=6.1.0-SNAPSHOT']
version: ['3.0.9', '3.0.10-SNAPSHOT', '3.1.3-SNAPSHOT', '3.2.0-M1', '3.2.0-SNAPSHOT']
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest