Minor cleanups

This commit is contained in:
Erik C. Thauvin 2025-05-19 11:50:48 -07:00
parent 88bda60551
commit 1fa49262a4
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
java-version: [ 17, 21, 24 ]
kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
@ -36,4 +35,4 @@ jobs:
run: ./bld download
- name: Run tests
run: ./bld compile test
run: ./bld compile test