Update Spring Boot versions in CI build

This commit is contained in:
Mahmoud Ben Hassine
2024-10-18 17:29:20 +02:00
parent abe7ffc32c
commit ad09885b73

View File

@@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [ 17 ]
boot: [ 3.1.10, 3.2.0, 3.2.1, 3.2.2, 3.2.3 ]
boot: [ 3.1.10, 3.2.10, 3.3.4, 3.4.0-M3 ]
fail-fast: false
steps: