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/31 00:09:40 UTC

[ws-axiom] branch master updated: Update Java versions and build with Java 15

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 1d07e9f  Update Java versions and build with Java 15
1d07e9f is described below

commit 1d07e9f746ede8046f900c1fad753d2f6174a7d8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Dec 30 23:57:52 2020 +0000

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