Skip to content

Commit

Permalink
ci: test: bump graal from v21 to v22 (#160)
Browse files Browse the repository at this point in the history
Closes #152
  • Loading branch information
lread authored Jun 25, 2024
1 parent 0c71939 commit 35717f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ workflows:
matrix:
parameters:
os: [linux, macos, windows]
jdk: ['graalvm@21', 'graalvm_community@21']
jdk: ['graalvm@22', 'graalvm_community@22']
- deploy:
filters:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
with:
# match version babashka uses (or will soon use)
java-version: '21'
java-version: '22'
distribution: ${{ matrix.distribution }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 35717f2

Please sign in to comment.