Skip to content

Commit

Permalink
Exclude kotlin 1.4 from newer JDK builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Raibaz committed Jan 13, 2022
1 parent 0f5e22a commit 531202c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
java-version: [11, 12, 13, 14, 15, 16, 17]
kotlin-version: [1.4.32, 1.5.31, 1.6.0]
kotlin-ir-enabled: [true, false]
exclude:
- kotlin-version: 1.4.32
java-version: 16
- kotlin-version: 1.4.32
java-version: 17
# in case one JDK fails, we still want to see results from others
fail-fast: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit 531202c

Please sign in to comment.