Skip to content

Commit

Permalink
Use jdk 22/17 in release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Sep 21, 2024
1 parent 747c030 commit 094ffeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 17
java-version: |
22
17
- uses: jvalkeal/setup-maven@v1
with:
maven-version: 3.8.4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 17
java-version: |
22
17
- uses: jvalkeal/setup-maven@v1
with:
maven-version: 3.8.4
Expand Down

0 comments on commit 094ffeb

Please sign in to comment.