Bumped Kotlin to version 2.1.0
This commit is contained in:
parent
35f7f73a24
commit
22db48da7a
3 changed files with 7 additions and 7 deletions
6
.github/workflows/bld.yml
vendored
6
.github/workflows/bld.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: bld-ci
|
||||
|
||||
on: [ push, pull_request, workflow_dispatch ]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
KOTLIN_HOME: /usr/share/kotlinc
|
||||
|
@ -11,8 +11,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 23 ]
|
||||
kotlin-version: [ 1.19.24, 2.0.21 ]
|
||||
java-version: [17, 21, 23]
|
||||
kotlin-version: [1.9.24, 2.1.0]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue