Update Spring Boot version in CI build

This commit is contained in:
Mahmoud Ben Hassine
2024-12-07 08:06:26 +01:00
parent 658b46f30c
commit 3db4076503

View File

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