This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 0e374d880 [NOJIRA] include JDK 25 in CI (#66)
0e374d880 is described below
commit 0e374d8800b9da800ad3a107c3fec729e766fc03
Author: Samael <[email protected]>
AuthorDate: Tue Nov 25 22:19:32 2025 +0000
[NOJIRA] include JDK 25 in CI (#66)
---
.github/workflows/ant.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index 5b52dfcf0..53a8937ca 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: ['8', '11', '17', '21']
+ jdk: ['8', '11', '17', '21', '25']
steps:
- uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]