Update ci-it

This commit is contained in:
Corneil du Plessis
2023-10-19 13:49:18 +02:00
parent 61ca82a408
commit ca421361ca

View File

@@ -29,7 +29,7 @@ jobs:
- name: 'Determine Java Version'
id: determineJavaVersion
run: |
if [[ "${{ inputs.version }}" == *"4.0.0"* ]]; then
if [[ "${{ inputs.version && inputs.version || '4.0.0-SNAPSHOT' }}" == *"4.0.0"* ]]; then
JAVA_VERSION=17
else
JAVA_VERSION=8