This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 8f3df8cf GH CI: Replace Java 23 with 24
8f3df8cf is described below

commit 8f3df8cf0feeec74e4a56e1244f77c3cd0af4595
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 25 14:07:58 2025 -0400

    GH CI: Replace Java 23 with 24
    
    Replace Java 24-ea with 25-ea
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 80944517..87e81fa5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,10 +31,10 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21, 23 ]
+        java: [ 8, 11, 17, 21, 24 ]
         experimental: [false]
         include:
-          - java: 24-ea
+          - java: 25-ea
             experimental: true
         
     steps:

Reply via email to