Skip to content

Commit

Permalink
[Travis] Replace JDK 9/10 with 14 (#1945)
Browse files Browse the repository at this point in the history
9/10 are EOL since September 2018. 14 is the currently supported
Java version.
  • Loading branch information
TimvdLippe committed Jun 17, 2020
1 parent 9873ab3 commit ddba092
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Expand Up @@ -20,20 +20,14 @@ matrix:
- jdk: openjdk8
- jdk: openjdk8
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk9
env: SKIP_RELEASE=true
- jdk: openjdk9
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk9
env: SKIP_RELEASE=true SIMULATE_JAVA11=true
- jdk: openjdk10
env: SKIP_RELEASE=true
- jdk: openjdk10
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk11
env: SKIP_RELEASE=true
- jdk: openjdk11
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk14
env: SKIP_RELEASE=true
- jdk: openjdk14
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
# Run Spotless as a separate job on JDK 11 (which is required for google-java-format)
- jdk: openjdk11
name: "Verify code formatting with Spotless"
Expand Down

0 comments on commit ddba092

Please sign in to comment.