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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 31f38131 Promote Java 25 CI build to production
31f38131 is described below

commit 31f38131fdf8052eb25a4b405373df6e81b4e6b2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Oct 9 18:29:20 2025 -0400

    Promote Java 25 CI build to production
---
 .github/workflows/maven.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 54c39790..edf0fc6e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,12 +28,9 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-13]
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         experimental: [false]
         include:
-          - java: 25
-            os: ubuntu-latest
-            experimental: true
           - java: 26-ea
             os: ubuntu-latest
             experimental: true

Reply via email to