Skip to content

Commit

Permalink
Lock java-version to 17.0.8.
Browse files Browse the repository at this point in the history
This is the last release with access to all tested GU components.
  • Loading branch information
fniephaus committed Nov 3, 2023
1 parent 40dc6ae commit d5b07dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
- name: Run setup-graalvm action
uses: ./
with:
java-version: '17'
java-version: '17.0.8'
distribution: 'graalvm'
components: 'espresso,llvm-toolchain,native-image,nodejs,python,ruby,wasm'
set-java-home: 'false'
Expand Down

0 comments on commit d5b07dd

Please sign in to comment.