Skip to content

Commit

Permalink
update jdk to 17.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeSeqLabs committed Aug 29, 2023
1 parent 9ca6495 commit 97b7f14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Graalvm
uses: graalvm/setup-graalvm@v1
with:
java-version: '11'
java-version: '17.0.8'
distribution: 'graalvm'
components: 'native-image'
native-image-musl: 'true'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setup Graalvm
uses: graalvm/setup-graalvm@v1
with:
java-version: '11'
java-version: '17.0.8'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup Graalvm
uses: graalvm/setup-graalvm@v1
with:
java-version: '11'
java-version: '17.0.8'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Setup Java for JReleaser
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17.0.8

- name: Version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=22.0.0.2.r11-grl
java=17.0.8-graalce

0 comments on commit 97b7f14

Please sign in to comment.