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

commit 6bfffe96fd68662596564717884ab9d417f57d04
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 29 19:11:32 2020 -0500

    Add Java 17-EA to the GitHub build.
---
 .github/workflows/maven.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 90595b0..c05bb69 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,6 +34,12 @@ jobs:
           - java: 16-ea
             os: windows-latest
             experimental: true        
+          - java: 17-ea
+            os: ubuntu-latest
+            experimental: true        
+          - java: 17-ea
+            os: windows-latest
+            experimental: true        
       fail-fast: false
         
     steps:

Reply via email to