Update ci-it
This commit is contained in:
2
.github/workflows/ci-it.yml
vendored
2
.github/workflows/ci-it.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user