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 2020/12/22 12:46:15 UTC

[ws-axiom] branch master updated: Build on Java 11

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 c055a0c  Build on Java 11
c055a0c is described below

commit c055a0c57b32b4029663d70e1a9cd87f563b3218
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 22 12:45:53 2020 +0000

    Build on Java 11
---
 .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 99bf351..f3418a5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
   build:
     strategy:
       matrix:
-        java: [ 8, 9, 10 ]
+        java: [ 8, 9, 10, 11 ]
     name: "Java ${{ matrix.java }}"
     runs-on: ubuntu-18.04
     steps: