Test against Kotlin 2.0.20 in CI workflows

This commit is contained in:
Erik C. Thauvin 2024-09-10 00:09:47 -07:00
parent 863de0c219
commit ff98e39b0c
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
name: bld-ci
on: [ push, pull_request, workflow_dispatch ]
on: [push, pull_request, workflow_dispatch]
env:
ALPHAVANTAGE_API_KEY: ${{ secrets.ALPHAVANTAGE_API_KEY }}
@ -22,8 +22,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