This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit c293710948aa720f4b096cd5b20e8c4ecd388c3f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon May 3 08:28:59 2021 +0200 (doc) remove old jdk from gh ci to reduce used resources --- .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 6a4e0ba..3e2916e 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: [8, 11, 14, 15, 16, 17-ea] + java: [8, 11, 16, 17-ea] jdk: [adopt, zulu] fail-fast: false
