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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 87daecc3 Add Java 23-ea as an experimental build 87daecc3 is described below commit 87daecc3562fba74cecb3f5bd2fad6ab4b28335b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 22 08:35:05 2024 -0400 Add Java 23-ea as an experimental build --- .github/workflows/maven.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 35ece8ad..978db621 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,8 +34,10 @@ jobs: java: [ 8, 11, 17, 21 ] experimental: [false] include: - - java: 22-ea - experimental: true + - java: 22 + experimental: true + - java: 23-ea + experimental: true steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7