Tests against Kotlin 2.0.20
This commit is contained in:
parent
814cf51b7c
commit
d13626fffe
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ commands:
|
|||
- sdkman/setup-sdkman
|
||||
- sdkman/sdkman-install:
|
||||
candidate: kotlin
|
||||
version: 2.0.0
|
||||
version: 2.0.20
|
||||
- run:
|
||||
name: Download dependencies
|
||||
command: ./bld download
|
||||
|
|
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 22 ]
|
||||
kotlin-version: [ 1.9.24, 2.0.0 ]
|
||||
java-version: [17, 21, 22]
|
||||
kotlin-version: [1.9.24, 2.0.20]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue