Skip to content

Commit

Permalink
add 1.7.20-RC to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Sep 8, 2022
1 parent 53f22ed commit 3f9b2ca
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 3f9b2ca

Please sign in to comment.