GH-531 - Upgrade to Spring Boot 3.3 M3.

This commit is contained in:
Oliver Drotbohm
2024-03-21 23:19:04 +01:00
parent 6b8ec5684c
commit 5bbece1580
3 changed files with 9 additions and 7 deletions

View File

@@ -10,9 +10,11 @@ jobs:
strategy:
matrix:
version:
- '3.1.7'
- '3.1.8-SNAPSHOT'
- '3.2.2-SNAPSHOT'
- '3.1.10'
- '3.1.11-SNAPSHOT'
- '3.2.4'
- '3.2.5-SNAPSHOT'
- '3.3.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest