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


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

commit 700f7db01632c667225bee243ba8dc5be5510167
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Mar 21 15:18:39 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 155fd53..36a99e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk13
+  - openjdk14
   - openjdk-ea
 
 matrix:

Reply via email to