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-rampart.git
commit 07848cd76115a62bc44ee4b8851464c6571da325 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Oct 29 08:36:43 2023 +0000 Update Java versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad94272e..0f05233f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,9 @@ env: jobs: build: strategy: + fail-fast: false matrix: - java: [ 8 ] + java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04 steps: