Skip to content

Commit

Permalink
use at least Java 11
Browse files Browse the repository at this point in the history
Otherwise the format verification fails for now due to incompatible class file versions.
  • Loading branch information
FriedrichFroebel authored Jun 18, 2020
1 parent ab7c058 commit ed193e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dist: bionic
# code with Java 8 as they miss the newer APIs we reference inside the `Compatibility.java` file.
jobs:
include:
- jdk: openjdk10
- jdk: openjdk11
- jdk: openjdk14

# The stuff to execute.
Expand Down

0 comments on commit ed193e1

Please sign in to comment.