Skip to content

Commit

Permalink
Test against Kotlin 2.0.20 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Sep 10, 2024
1 parent 4a8d9fc commit 4c7316f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- image: cimg/openjdk:21.0
steps:
- build_and_test:
kotlin: 2.0.0
kotlin: 2.0.20

workflows:
bld:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c7316f

Please sign in to comment.