You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/09/28 15:07:57 UTC

[commons-digester] branch master updated: Update GitHub build from Java 16 to 17.

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


The following commit(s) were added to refs/heads/master by this push:
     new 9021617  Update GitHub build from Java 16 to 17.
9021617 is described below

commit 9021617658a51d373e7ac1f8deced389eeebbdca
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Tue Sep 28 11:07:55 2021 -0400

    Update GitHub build from Java 16 to 17.
    
    Update GitHub build from Java 17-EA to 18-EA but comment it (not there
    yet).
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0eefff6..34b72d0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,11 +24,11 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
         experimental: [false]
-        include:
-          - java: 17-ea
-            experimental: true
+#        include:
+#          - java: 18-ea
+#            experimental: true
         
     steps:
     - uses: actions/checkout@v2.3.4