Skip to content

Commit

Permalink
Update Spring Boot versions in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Oct 18, 2024
1 parent abe7ffc commit ad09885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad09885

Please sign in to comment.