You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/12/17 20:38:35 UTC

(logging-log4j-scala) branch main updated: Fix Java versions in `merge-dependabot`

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f5ee93  Fix Java versions in `merge-dependabot`
7f5ee93 is described below

commit 7f5ee937180a871443deb4f93817102749455243
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Sun Dec 17 21:38:27 2023 +0100

    Fix Java versions in `merge-dependabot`
---
 .github/workflows/merge-dependabot.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index 47d3c7b..f1ff54d 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -31,6 +31,10 @@ jobs:
   build:
     if: github.repository == 'apache/logging-log4j-scala' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
     uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
+    with:
+      java-version: |
+        8
+        17
 
   merge-dependabot:
     needs: build