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 f4009a1 Run GitHub actions integration tests with Java 17-ea (#466)
f4009a1 is described below
commit f4009a1c0abe66f684c13acaae2b34527be0c453
Author: Maarten Mulders <[email protected]>
AuthorDate: Sun Apr 18 20:17:30 2021 +0200
Run GitHub actions integration tests with Java 17-ea (#466)
---
.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 45f3655..34435be 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, 16]
+ java: [8, 11, 16, 17-ea]
fail-fast: false
runs-on: ${{ matrix.os }}