GH-958 - Upgrade to Spring Boot 3.3.6.

This commit is contained in:
Oliver Drotbohm
2024-11-21 13:08:18 +01:00
parent 047802027a
commit 219894eaf4

View File

@@ -11,10 +11,11 @@ jobs:
matrix:
version:
- '3.1.12'
- '3.2.11'
- '3.2.12-SNAPSHOT'
- '3.3.6-SNAPSHOT'
- '3.4.0-SNAPSHOT'
- '3.2.12'
- '3.2.13-SNAPSHOT'
- '3.3.7-SNAPSHOT'
- '3.4.0'
- '3.4.1-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest