This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 93701c9  Replace Java 12 and 13 builds with Java 14.
93701c9 is described below

commit 93701c9ad764e94968d6ae290f935f46b10eb68c
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Mar 21 15:26:48 2020 +0100

    Replace Java 12 and 13 builds with Java 14.
---
 .github/workflows/maven.yml | 2 +-
 .travis.yml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7574118..798263d 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: [ '1.8', '11', '14' ]
         
     steps:
     - uses: actions/checkout@v1
diff --git a/.travis.yml b/.travis.yml
index f80bbe8..614d812 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk13
+  - openjdk14
   - openjdk-ea
 
 matrix:

Reply via email to