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


The following commit(s) were added to refs/heads/master by this push:
     new 53c5af8  Build with Java 15
53c5af8 is described below

commit 53c5af8233ef2c7f476edfbf4bdebb7db5605533
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Tue Dec 29 14:43:21 2020 +0000

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

Reply via email to