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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 571cb083a Update Java versions 571cb083a is described below commit 571cb083ad2e0cf1f18bf2901c93e70f0396e996 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue Oct 1 07:47:16 2024 +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 e95ed9da2..51518af3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 17, 19 ] + java: [ 17, 21, 23 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04 steps: