Skip to content

Commit

Permalink
ci: Bump GraalVM from 21.3.0 to 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Aug 1, 2022
1 parent 06d14c5 commit 1525e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up GraalVM and Native Image
uses: graalvm/setup-graalvm@v1
with:
version: 21.3.0
version: 22.2.0
java-version: 17
components: native-image
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Release
uses: jreleaser/release-action@2.2.0
with:
version: 0.10.0
version: 1.10.0
setup-java: true
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java=22.1.0.r17-grl
java=22.2.r17-grl

0 comments on commit 1525e6b

Please sign in to comment.