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 2020/08/07 18:05:46 UTC

[commons-io] branch master updated: Try to issues on Windows and Java 15-ea.

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 3d17107  Try to issues on Windows and Java 15-ea.
3d17107 is described below

commit 3d171076ef9272bb66709a1fa5fb562d9f277a68
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 7 14:05:39 2020 -0400

    Try to issues on Windows and Java 15-ea.
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 61bc4f6..e410eae 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,6 +31,9 @@ jobs:
           - java: 15-ea
             os: ubuntu-latest
             experimental: true        
+          - java: 15-ea
+            os: windows-latest
+            experimental: true        
       fail-fast: false
         
     steps: