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/02 07:36:15 UTC

[maven-javadoc-plugin] 01/13: (doc) remove tests with Java 15

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 58f02683cb66cf39dbc293f5ce083ef4dbce8063
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 18:57:41 2021 +0200

    (doc) remove tests with Java 15
---
 .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 e075e96..8be9007 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: [8, 11, 15, 16, 17-ea]
+        java: [8, 11, 16, 17-ea]
         jdk: [adopt, zulu]
       fail-fast: false