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-script-interpreter.git
The following commit(s) were added to refs/heads/master by this push:
new e6a38f9 Update CI
e6a38f9 is described below
commit e6a38f9ab9f66aafe536f577a44cb6ff0d716305
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Aug 23 00:01:09 2021 +0200
Update CI
---
.github/workflows/maven.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d459925..32e2ab6 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: [7, 8, 11, 15]
+ java: [8, 11, 16, 17-ea]
fail-fast: false
runs-on: ${{ matrix.os }}
@@ -47,6 +47,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
+ distribution: 'temurin'
- name: Build with Maven
run: mvn verify -e -B -V