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

bodewig pushed a commit to branch pack200-harmony-as-fallback
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/pack200-harmony-as-fallback by 
this push:
     new 58c250c  run tests on Java 14+ in CI
58c250c is described below

commit 58c250c3da9d09ced19ebdeab4ecaebe91a1dc43
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Thu Jul 1 22:17:20 2021 +0200

    run tests on Java 14+ in CI
---
 .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 33afb05..699a76f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,10 +25,10 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 14 ]
+        java: [ 8, 11, 16 ]
         experimental: [false]
         include:
-          - java: 15-ea
+          - java: 17-ea
             experimental: true        
         
     steps:

Reply via email to