Skip to content

Commit

Permalink
Merge pull request #918 from aSemy/patch-1
Browse files Browse the repository at this point in the history
add 1.7.20-RC to test matrix
  • Loading branch information
Raibaz committed Sep 9, 2022
2 parents 53f22ed + 3f9b2ca commit b0eea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17, 18 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.10 ]
kotlin-version: [ 1.5.31, 1.6.21, 1.7.20-RC ]
kotlin-ir-enabled: [ true, false ]
fail-fast: false # in case one JDK fails, we still want to see results from others
timeout-minutes: 30
Expand Down

0 comments on commit b0eea7e

Please sign in to comment.