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 b5d93286f Update Java version
b5d93286f is described below
commit b5d93286f57c401fe94f09c436c4787da82d0033
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Apr 10 18:11:52 2022 +0000
Update Java version
---
.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 71aa564c7..f726c7e89 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
build:
strategy:
matrix:
- java: [ 11, 17 ]
+ java: [ 11, 17, 18 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-18.04
steps: