This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 4a29b59d87 Fix .github/workflows/ci.yml 4a29b59d87 is described below commit 4a29b59d87a2718dc3711424ced567e0c374120d Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue May 9 23:22:12 2023 +0100 Fix .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc344a4d7..47190dc95c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ env: jobs: build: strategy: + fail-fast: false matrix: - fail-fast: false java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04