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
The following commit(s) were added to refs/heads/master by this push:
new 612c2837 Stop building with Java 8
612c2837 is described below
commit 612c28372656db12a44c2b715c4b5cda6d96b086
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Wed Mar 18 22:33:17 2026 +0000
Stop building with Java 8
Some Maven plugins are no longer compatible with Java 8.
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f8c25e52..a3b07202 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 17, 21, 25 ]
+ java: [ 17, 21, 25 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-22.04
steps:
@@ -71,7 +71,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: 'zulu'
- java-version: 8
+ java-version: 17
server-id: apache.snapshots.https
server-username: NEXUS_USER
server-password: NEXUS_PW