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 a942f8ac2 Promote Java 24 CI build to production
a942f8ac2 is described below

commit a942f8ac2e1a9f47b316b7eb2321ee038bcc2e9f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jun 11 16:07:07 2025 -0400

    Promote Java 24 CI build to production
    
    Remove Java 23 experimental build
---
 .github/workflows/maven.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 30c5369dd..eb6c1cec5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,15 +28,9 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-13]
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 24 ]
         experimental: [false]
         include:
-          - java: 23
-            experimental: true
-            os: ubuntu-latest
-          - java: 24
-            experimental: true
-            os: ubuntu-latest
           - java: 25-ea
             experimental: true
             os: ubuntu-latest

Reply via email to