Fix Kotlin coverage version

This commit is contained in:
Erik C. Thauvin 2025-03-26 10:56:13 -07:00
parent d3f364bf10
commit 29ad34034c
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -1,17 +1,17 @@
name: bld-ci name: bld-ci
on: [push, pull_request, workflow_dispatch] on: [ push, pull_request, workflow_dispatch ]
env: env:
COVERAGE_JDK: "21" COVERAGE_JDK: "21"
COVERAGE_KOTLIN: "2.0.0" COVERAGE_KOTLIN: "2.0.21"
jobs: jobs:
build-bld-project: build-bld-project:
strategy: strategy:
matrix: matrix:
java-version: [17, 21, 24] java-version: [ 17, 21, 24 ]
kotlin-version: [1.9.25, 2.1.20] kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ]
os: [ ubuntu-latest, windows-latest, macos-latest ] os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}