Skip to content

Commit b687c5b

Browse files
committed
Fix java-version for dependabot workflow
1 parent cc69437 commit b687c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/merge-dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
34+
with:
35+
java-version: |
36+
8
37+
11
3438
3539
merge-dependabot:
3640
needs: build

0 commit comments

Comments
 (0)