Skip to content

Commit

Permalink
Merge pull request #255 from quarkiverse/bump_jdk
Browse files Browse the repository at this point in the history
Bump build/release workflow to JDK 17
  • Loading branch information
gsmet committed Feb 9, 2024
2 parents dfd553e + cfc785c commit 439faa2
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 @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit 439faa2

Please sign in to comment.