Get latest mandrel release if version not specified

Update doc.
This commit is contained in:
Foivos Zakkak
2023-11-03 14:21:41 +02:00
committed by Fabio Niephaus
parent 1c219f5b27
commit b8dc5fccfb
4 changed files with 10 additions and 2 deletions

View File

@@ -199,6 +199,10 @@ jobs:
java-version: '17'
distribution: '' # test empty distribution for backward compatibility
os: ubuntu-latest
- version: '' # test with no version
java-version: '21'
distribution: 'mandrel'
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run setup-graalvm action