GH-907 - Upgrade to Spring Boot 3.4 RC1.

This commit is contained in:
Oliver Drotbohm
2024-10-26 14:45:54 +02:00
parent a5348116b1
commit 49a3c6cc1a
3 changed files with 6 additions and 6 deletions

View File

@@ -10,10 +10,10 @@ jobs:
strategy:
matrix:
version:
- '3.2.8'
- '3.2.10-SNAPSHOT'
- '3.3.3'
- '3.3.4-SNAPSHOT'
- '3.2.11'
- '3.2.12-SNAPSHOT'
- '3.3.5'
- '3.3.6-SNAPSHOT'
- '3.4.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest