Upgrade to Spring Boot 3

This commit is contained in:
Erik Greijus
2023-08-29 12:52:50 +02:00
parent 6bddecd3f2
commit 497eebe55c
38 changed files with 346 additions and 404 deletions

View File

@@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [1.8]
boot: [2.7.0, 2.7.12]
java: [ 17 ]
boot: [ 3.1.0, 3.1.3 ]
fail-fast: false
steps: