GH-636 - Upgrade to Spring Boot 3.3.

This commit is contained in:
Oliver Drotbohm
2024-05-23 16:22:46 +02:00
parent b395449a2c
commit 324e82454b
3 changed files with 9 additions and 9 deletions

View File

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