Skip to content

Commit

Permalink
Don't use JDK 13, since Gradle is incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 25, 2019
1 parent 96cd6ca commit 1b19aef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 13]
java: [8, 11]

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-verify-signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 13]
java: [11]

steps:
- name: Download signatures from GitHub release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 13]
java: [8, 11]

steps:
- name: Check out code
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ branches:

jdk:
- oraclejdk11
- oraclejdk13
- openjdk8
- openjdk11
- openjdk13

script:
- ./gradlew check assembleJavadoc
Expand Down

0 comments on commit 1b19aef

Please sign in to comment.