This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new fbc0fac Modernizing build JDKs
fbc0fac is described below
commit fbc0fac0c924613516ee8c7a09f374a06535825a
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Oct 21 08:05:36 2025 +0100
Modernizing build JDKs
---
.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 474e852..c3b8fd1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
build:
strategy:
matrix:
- java: [ 8, 11, 17 ]
+ java: [ 8, 17, 21, 25 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-latest
steps: