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/09/19 19:46:42 UTC

[commons-io] branch master updated: Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test.

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 b204ad4  Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test.
b204ad4 is described below

commit b204ad4eddda1c9171761668b9aa957449afa8d8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 15:46:37 2020 -0400

    Replace Java 14 with Java 15 as the latest Java version to test. Use
    Jaav 16 EA as the EA version to test.
---
 .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 f3a29cc..914d434 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,13 +25,13 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [ 8, 11, 14 ]
+        java: [ 8, 11, 15 ]
         experimental: [false]
         include:
-          - java: 15-ea
+          - java: 16-ea
             os: ubuntu-latest
             experimental: true        
-          - java: 15-ea
+          - java: 16-ea
             os: windows-latest
             experimental: true        
       fail-fast: false