You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/01 17:04:26 UTC

[maven-javadoc-plugin] 01/07: Update GH Actions to min Java 8

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 9a8fa637935690febef479f6d180fc49147e614e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 18:57:41 2021 +0200

    Update GH Actions to min Java 8
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 28267d8..a8c8ad7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [7, 8, 11, 15, 16-ea, 17-ea]
+        java: [8, 11, 16, 17-ea]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}