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/10/23 14:59:15 UTC

[maven-javadoc-plugin] branch master updated: (doc) Add Java 18-ea to tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 790f9bb  (doc) Add Java 18-ea to tests
790f9bb is described below

commit 790f9bba3178e80cdbf1ef1a518edac9decbd7b6
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 23 16:59:07 2021 +0200

    (doc) Add Java 18-ea to tests
---
 .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 ea1565b..1bc9162 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, 16, 17-ea]
+        java: [8, 11, 17, 18-ea]
         jdk: [adopt, zulu]
       fail-fast: false