Add Windows and macOS testing

This commit is contained in:
Erik C. Thauvin 2025-03-24 21:37:56 -07:00
parent 8b7cbda892
commit 9ea651d0c6
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -2,17 +2,15 @@ name: bld-ci
on: [push, pull_request, workflow_dispatch]
env:
KOTLIN_HOME: /usr/share/kotlinc
jobs:
build-gradle-project:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [17, 21, 24]
kotlin-version: [1.9.25, 2.1.20]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source repository