Skip to content

Commit

Permalink
Use Java 8, 11, and 14 in CI builds (#3205)
Browse files Browse the repository at this point in the history
* Use Java 8, 11, and 14 on GitHub Actions
* Use Java 8, 11, and 14 on Travis CI
  • Loading branch information
joschi committed Mar 23, 2020
1 parent 7e42a61 commit efb473a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['openjdk8', 'openjdk11', 'openjdk13']
java_version: ['8', '11', '14']
os: ['ubuntu-latest', 'windows-latest']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: java
jdk:
- openjdk8
- openjdk11
- openjdk13
- openjdk14
before_install:
- rm ~/.m2/settings.xml || true
- ulimit -c unlimited -S
Expand Down

0 comments on commit efb473a

Please sign in to comment.