Test against Kotlin 2.0.20 in CI workflows
This commit is contained in:
parent
4a8d9fc92d
commit
4c7316f76a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 22 ]
|
||||
kotlin-version: [ 1.19.24, 2.0.0 ]
|
||||
kotlin-version: [ 1.19.24, 2.0.20 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue