This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/master by this push: new bdc93d5 Quickfix: move to zulu bdc93d5 is described below commit bdc93d5a648ae96968bd1ee8eb5ad6964f7de4fc Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Apr 24 16:02:15 2024 +0200 Quickfix: move to zulu --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 4d67fdc..0473078 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 + with: + jdk-distribution-matrix: '[ "zulu" ]'