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 88b8eb26b Add comment
88b8eb26b is described below

commit 88b8eb26bc5830e1d861cf6972238acb194735cf
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 09:08:25 2024 -0400

    Add comment
    
    https://github.com/easymock/easymock/issues/547
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b48e1b9c4..a2b7e1314 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,7 @@ jobs:
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
+          # https://github.com/easymock/easymock/issues/547
           - java: 22
             experimental: true
           - java: 23-ea

Reply via email to