This is an automated email from the ASF dual-hosted git repository. mthmulders pushed a commit to branch mng-6118-submodule-invocation in repository https://gitbox.apache.org/repos/asf/maven.git
commit 3eb81945092bbb52b701664d23288f1870f23ee4 Author: Maarten Mulders <mthmuld...@apache.org> AuthorDate: Sun Sep 20 11:53:53 2020 +0200 Run Github CI builds with Java 8, 11, 15 and 16-ea Closes #376 --- .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 d33015c..278bd0c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - java: [8, 11, 14, 15-ea] + java: [8, 11, 15, 16-ea] fail-fast: false runs-on: ${{ matrix.os }}