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 2da5ece commit 1033068Copy full SHA for 1033068
.github/workflows/reusable-native-tests.yml
@@ -19,12 +19,10 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- - id: read-java
23
- run: echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
24
- uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8.1
25
with:
26
version: "latest"
27
- java-version: "${{ steps.read-java.outputs.version }}"
+ java-version: "23" # earlier versions have different arguments to enable JFR
28
components: "native-image"
29
- name: Running test
30
env:
0 commit comments