GH-635 - Upgrade to Spring Boot 3.2.6.

This commit is contained in:
Oliver Drotbohm
2024-05-23 13:35:33 +02:00
parent f7951c57f8
commit 45f8ab1624
3 changed files with 7 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
version:
- '3.1.11'
- '3.1.12-SNAPSHOT'
- '3.2.6-SNAPSHOT'
- '3.1.12'
- '3.1.13-SNAPSHOT'
- '3.2.7-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest