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


The following commit(s) were added to refs/heads/master by this push:
     new ee6486d  Allow failures on Java 16.
ee6486d is described below

commit ee6486d8ebf4a721f21913a7a708a33ab0374f9b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 26 14:48:15 2021 -0400

    Allow failures on Java 16.
---
 .github/workflows/maven.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7cde73d..6591a9f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,9 +24,11 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11 ]
         experimental: [false]
         include:
+          - java: 16
+            experimental: true        
           - java: 17-ea
             experimental: true        
         

Reply via email to