From 702cdbcdbb7c4bb571c1935c092a2732f0c9ac38 Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Thu, 18 Jun 2020 08:58:18 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c55008e..001a0c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: true os: linux dist: bionic -# Run compilation tests using the OpenJDK in version 10 and version 14 (the latest one at the time +# Run compilation tests using the OpenJDK in version 11 and version 14 (the latest one at the time # of writing). # Please note that we still support Java versions starting with Java 8, but we cannot compile our # code with Java 8 as they miss the newer APIs we reference inside the `Compatibility.java` file.