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:45:52 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 4543d64  Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test.
4543d64 is described below

commit 4543d643525af8373fed646e959c7d0c74bfca4c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 15:45:48 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a45a1f9..d141fcf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,10 +24,10 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 14 ]
+        java: [ 8, 11, 15 ]
         experimental: [false]
         include:
-          - java: 15-ea
+          - java: 16-ea
             experimental: true        
         
     steps: