We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java-version
dependabot
1 parent cc69437 commit b687c5bCopy full SHA for b687c5b
.github/workflows/merge-dependabot.yaml
@@ -31,6 +31,10 @@ jobs:
31
build:
32
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
34
+ with:
35
+ java-version: |
36
+ 8
37
+ 11
38
39
merge-dependabot:
40
needs: build
0 commit comments