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
commit c40f9efed0008e596a01589a48915bbad7c72c1c Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Sep 24 21:12:44 2022 +0000 Update Java versions --- .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 16eaba8969..4c3048fd9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: build: strategy: matrix: - java: [ 11, 17, 18 ] + java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-18.04 steps: