You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2023/05/09 22:22:20 UTC

[axis-axis2-java-core] branch master updated: Fix .github/workflows/ci.yml

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 <an...@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