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-lang.git
The following commit(s) were added to refs/heads/master by this push: new f15bdbfe6 Replace Java 24-ea builds with 24 f15bdbfe6 is described below commit f15bdbfe68c75372768ecf9a7cb30c5edb7a0ddb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 14:02:42 2025 -0400 Replace Java 24-ea builds with 24 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d20502501..83203d8b2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: - java: 23 experimental: true os: ubuntu-latest - - java: 24-ea + - java: 24 experimental: true os: ubuntu-latest - java: 25-ea