Lock java-version to 17.0.8.

This is the last release with access to all tested GU components.
This commit is contained in:
Fabio Niephaus
2023-11-03 12:36:12 +01:00
parent 40dc6ae006
commit d5b07dd118

View File

@@ -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'