This is an automated email from the ASF dual-hosted git repository.
cortlepp pushed a commit to branch cortlepp/eclipse-updates
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/cortlepp/eclipse-updates by
this push:
new 37bcd9c988 chore: raise minimum required JDK to 21
37bcd9c988 is described below
commit 37bcd9c988246105f9ed1c6f69a31ccd916ffbd5
Author: Christian Ortlepp <[email protected]>
AuthorDate: Fri Mar 20 08:52:36 2026 +0100
chore: raise minimum required JDK to 21
---
.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 983be2697b..354d006281 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 17, 21, 25 ]
+ java: [ 21, 25 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-24.04
steps: