We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54faa5 commit 4aec3e5Copy full SHA for 4aec3e5
.github/workflows/test-native-gradle-plugin.yml
@@ -159,7 +159,7 @@ jobs:
159
- name: "🔧 Install GraalVM (dev)"
160
uses: graalvm/setup-graalvm@main
161
with:
162
- java-version: 'dev'
+ java-version: 'latest-ea'
163
distribution: 'graalvm'
164
github-token: ${{ inputs.github-token }}
165
set-java-home: 'false'
.github/workflows/test-native-maven-plugin.yml
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments