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
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- image: cimg/openjdk:21.0
|
- image: cimg/openjdk:21.0
|
||||||
steps:
|
steps:
|
||||||
- build_and_test:
|
- build_and_test:
|
||||||
kotlin: 2.0.0
|
kotlin: 2.0.20
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
bld:
|
bld:
|
||||||
|
|
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 21, 22 ]
|
java-version: [ 17, 21, 22 ]
|
||||||
kotlin-version: [ 1.19.24, 2.0.0 ]
|
kotlin-version: [ 1.19.24, 2.0.20 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue