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 2019/12/23 23:18:29 UTC

[commons-vfs] branch master updated: Add Java 13, use latest versions.

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


The following commit(s) were added to refs/heads/master by this push:
     new 489b422  Add Java 13, use latest versions.
489b422 is described below

commit 489b4220a58094fd40192796e5013e1a1ccd7bcf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 23 18:18:26 2019 -0500

    Add Java 13, use latest versions.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f90af52..9ffbd46 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8', '11.0.4', '12.0.2' ]
+        java: [ 8, 11, 12, 13 ]
         
     steps:
     - uses: actions/checkout@v1