Skip to content

Commit

Permalink
Github Actions: allow configuring java versions on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 9, 2024
1 parent ac10c18 commit 4072425
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4072425

Please sign in to comment.