Skip to content

Commit

Permalink
New springboot version requires Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Sep 26, 2024
1 parent 57a901b commit 13a1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# 👉 For the `harvest` repo, we only need to use JDK 11 for some reason. (In the branch
# workflow pre-template-rollout-summer-2021, there was no matrix strategy and JDK 11
# was "specifically specified".)
java-version: [11]
java-version: [17, 21]

steps:
-
Expand Down

0 comments on commit 13a1d34

Please sign in to comment.