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/06/29 22:30:44 UTC

[maven-help-plugin] 01/07: (doc) added Java 18-ea to tests

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

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

commit 620320377d7e8e3cfd908e30e8d2e16723705531
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jun 28 08:11:55 2021 +0200

    (doc) added Java 18-ea to tests
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e92c66d..9691fcb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-20.04, windows-latest, macOS-latest]
-        java: [7, 8, 11, 16-ea, 17-ea]
+        os: [ubuntu-latest, windows-latest, macOS-latest]
+        java: [7, 8, 11, 16, 17-ea, 18-ea]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}