diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fd3651c57..49dbe4ff10 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_BUILD_JAVA_VERSION: + required: true + type: string + default: '21' + LUCEE_TEST_JAVA_VERSION: + description: Optional Java Test version, default is the build java version + required: false + type: string #concurrency: # group: ${{ github.head_ref }} @@ -301,4 +310,4 @@ jobs: echo "Trigger Docker Build on Travis https://travis-ci.com/github/lucee/lucee-dockerfiles" chmod +x travis-docker-build.sh ./travis-docker-build.sh - \ No newline at end of file +