You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/08/20 18:09:47 UTC

svn commit: r1865557 - /pdfbox/branches/2.0/.travis.yml

Author: tilman
Date: Tue Aug 20 18:09:47 2019
New Revision: 1865557

URL: http://svn.apache.org/viewvc?rev=1865557&view=rev
Log:
PDFBOX-4071: update travis with available jdk versions

Modified:
    pdfbox/branches/2.0/.travis.yml

Modified: pdfbox/branches/2.0/.travis.yml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/.travis.yml?rev=1865557&r1=1865556&r2=1865557&view=diff
==============================================================================
--- pdfbox/branches/2.0/.travis.yml (original)
+++ pdfbox/branches/2.0/.travis.yml Tue Aug 20 18:09:47 2019
@@ -21,7 +21,7 @@ language: java
 
 # https://docs.travis-ci.com/user/reference/xenial/#jvm-clojure-groovy-java-scala-support
 jdk:
-  - oraclejdk8
+  - oraclejdk12
   - openjdk8
   - openjdk11