This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 995ca2c8 GH CI: Replace Java 23 with 24
995ca2c8 is described below
commit 995ca2c8309fafad2b1656ec365ec2222c15ae17
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 25 15:31:35 2025 -0400
GH CI: Replace Java 23 with 24
Replace Java 24-ea with 25-ea
---
.github/workflows/maven.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7719ab7c..f76b018d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,12 +27,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 24 ]
experimental: [false]
include:
- - java: 23
- experimental: true
- - java: 24-ea
+ - java: 25-ea
experimental: true
steps: