Skip to content

Commit

Permalink
Update Spring Boot version in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 7, 2024
1 parent 658b46f commit 3db4076
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.10, 3.3.4, 3.4.0-M3 ]
boot: [ 3.3.6, 3.4.0 ]
fail-fast: false

steps:
Expand Down

0 comments on commit 3db4076

Please sign in to comment.