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:26:40 UTC

[commons-vfs] 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-vfs.git


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

commit 41a0022d73ff2b1b87747c517f689df4eef61637
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 28 11:26:37 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 | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index da6c79a..c21c27e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,15 +25,18 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
         experimental: [false]
-        include:
-          - java: 17-ea
-            os: ubuntu-latest
-            experimental: true
-          - java: 17-ea
-            os: windows-latest
-            experimental: true
+#        include:
+#          - java: 18-ea
+#            os: ubuntu-latest
+#            experimental: true
+#          - java: 18-ea
+#            os: windows-latest
+#            experimental: true
+#          - java: 18-ea
+#            os: macos-latest
+#            experimental: true
       fail-fast: false
 
     steps: