Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c927ceb

Browse files
committedJan 30, 2025
use newer graalvm
1 parent 466b16d commit c927ceb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/reusable-native-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19-
- id: read-java
20-
run: echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
2119
- uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8.1
2220
with:
2321
version: "latest"
24-
java-version: "${{ steps.read-java.outputs.version }}"
22+
java-version: "23" # earlier versions have different arguments to enable JFR
2523
components: "native-image"
2624
- name: Running test
2725
env:

0 commit comments

Comments
 (0)