Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit eb9cc5e

Browse files
committed
Add GraalVM setup for Java 21
1 parent 23f028f commit eb9cc5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/on-tag-release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
build-and-release:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: graalvm/setup-graalvm@v1
13+
with:
14+
java-version: '21'
15+
distribution: 'graalvm'
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
1218
- name: Checkout code
1319
uses: actions/checkout@v2
1420

0 commit comments

Comments
 (0)