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


The following commit(s) were added to refs/heads/master by this push:
     new 0ff5384fc Building on Java 22 now works
0ff5384fc is described below

commit 0ff5384fc89663ba2689eafbe0d7db11c040d26b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:25:06 2024 -0400

    Building on Java 22 now works
---
 .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 a937475fc..4b09e2d93 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,12 +27,9 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
         include:
-          # https://github.com/easymock/easymock/issues/547
-          - java: 22
-            experimental: true
           - java: 23-ea
             experimental: true
         

Reply via email to