diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd16bdb63d..68980da6d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,15 @@ on: - '**' # thus ignoring tagging pull_request: workflow_dispatch: + inputs: + LUCEE_TEST_JAVA_VERSION: + description: Optional, otherwise, the build java version is used + required: false + type: string + LUCEE_BUILD_JAVA_VERSION: + required: true + type: string + default: '21' #concurrency: # group: ${{ github.head_ref }}