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

mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 521c4c2  Run GitHub actions integration tests with Java 16 (#456)
521c4c2 is described below

commit 521c4c25881bde27ab82060cf40fc680673a0033
Author: Maarten Mulders <mthmuld...@users.noreply.github.com>
AuthorDate: Sun Apr 4 21:33:14 2021 +0200

    Run GitHub actions integration tests with Java 16 (#456)
---
 .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 afa260b..45f3655 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, 15, 16-ea]
+        java: [8, 11, 16]
       fail-fast: false
     runs-on: ${{ matrix.os }}
 

Reply via email to