You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/09/24 19:27:06 UTC

[ws-axiom] branch master updated: Update Java versions

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 bb577bd90 Update Java versions
bb577bd90 is described below

commit bb577bd900b6b5ad851d29ea497713b6b823cec4
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sat Sep 24 19:11:47 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 f726c7e89..e2cd869ba 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: