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 <veit...@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: