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-xmlschema.git
commit b778f8dd7d217536f1f95095c4c8f594f823fbe1 Author: Andreas Veithen <[email protected]> AuthorDate: Sun Jul 16 15:44:19 2023 +0000 Update Java versions Build with all supported Java LTS versions and the latest 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 2dafc002..1582fea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11 ] + java: [ 8, 11, 17, 20 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04 steps:
