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-dependency-plugin.git
commit 44fc08c21134f72b27932d3fdcf6739742f92003 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed Sep 29 16:23:57 2021 +0200 Update CI setup --- .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 1f53dd1..21f3b26 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: matrix: os: [ubuntu-latest,windows-latest, macOS-latest] java: [8, 11, 17] - jdk: [temurin,zulu] + jdk: [temurin] fail-fast: false runs-on: ${{ matrix.os }}
