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 6f88cd1c Add Java 23 and 24-ea builds 6f88cd1c is described below commit 6f88cd1c0f26bccf091441f391468ea70a87f230 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 6 09:25:50 2024 -0400 Add Java 23 and 24-ea builds --- .github/workflows/maven.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1617404f..3c287783 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,9 +29,11 @@ jobs: matrix: java: [ 8, 11, 17, 21 ] experimental: [false] -# include: -# - java: 22-ea -# experimental: true + include: + - java: 23 + experimental: true + - java: 24-ea + experimental: true steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0