Skip to content

Commit

Permalink
add kotlin 1.8 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Nov 16, 2022
1 parent d767adb commit 11e9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
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.20 ]
kotlin-version: [ 1.5.31, 1.6.21, 1.7.21, 1.8.0-Beta ]
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 11e9423

Please sign in to comment.