This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a47f1248ee12d3f6ad2e5e10c55d642193e88372 Author: Peter Palaga <[email protected]> AuthorDate: Fri May 15 10:29:03 2020 +0200 fail-fast: false for Java 8 and 12 --- .github/workflows/ci-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 7499b62..e2da8b4 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -109,6 +109,7 @@ jobs: runs-on: ubuntu-latest needs: build strategy: + fail-fast: false matrix: java: [ '8' , '12' ] env:
