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 7b8cc29a Add Java 22-ea 7b8cc29a is described below commit 7b8cc29aa5aa20f468439f408d9b14c989b2295a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 15 15:45:40 2024 -0500 Add Java 22-ea --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 083419cf..e68e4b80 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,9 +32,8 @@ jobs: include: - java: 21 experimental: true -# include: -# - java: 22-ea -# experimental: true + - java: 22-ea + experimental: true steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1