Skip to content

Commit

Permalink
Bump to SB3.3.6 for compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
normanma-tw committed Dec 10, 2024
1 parent c236e2d commit fd8da23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
spring_boot_version:
- 3.4.0
- 3.3.1
- 3.3.6
container:
image: azul/zulu-openjdk:17
env:
Expand Down
2 changes: 1 addition & 1 deletion build.libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.1"}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.6}"

libraries = [
// version defined
Expand Down

0 comments on commit fd8da23

Please sign in to comment.