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 14:12:51 UTC

[commons-io] branch master updated: Check to see if Java 18-ea has propagated to all of GitHub.

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


The following commit(s) were added to refs/heads/master by this push:
     new 545aa0e  Check to see if Java 18-ea has propagated to all of GitHub.
545aa0e is described below

commit 545aa0ee21889bd57f2afc5ceb3416f7adccf844
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 28 10:12:48 2021 -0400

    Check to see if Java 18-ea has propagated to all of GitHub.
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f9a220a..8a1294c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,13 +28,13 @@ jobs:
         java: [ 8, 11, 17 ]
         experimental: [false]
         include:
-          - java: 17-ea
+          - java: 18-ea
             os: ubuntu-latest
             experimental: true        
-          - java: 17-ea
+          - java: 18-ea
             os: windows-latest
             experimental: true        
-          - java: 17-ea
+          - java: 18-ea
             os: macos-latest
             experimental: true        
       fail-fast: false