Update Spring Boot to latest versions in ci-boot.yml

This commit is contained in:
Mahmoud Ben Hassine
2025-03-10 09:59:58 +01:00
parent 299951c2ba
commit 956efa7c3d

View File

@@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [ 17 ]
boot: [ 3.3.6, 3.4.0 ]
boot: [ 3.3.9, 3.4.3 ]
fail-fast: false
steps: