GH-571 - Upgrade to Spring Boot 3.1.11.

This commit is contained in:
Oliver Drotbohm
2024-04-29 09:02:12 +02:00
parent 4b513e15b6
commit 7432558bed
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
integration:
strategy:
matrix:
version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.10-SNAPSHOT', '3.2.3', '3.2.4-SNAPSHOT']
version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.12-SNAPSHOT', '3.2.5', '3.2.6-SNAPSHOT']
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest