robfletcher / strikt

An assertion library for Kotlin
https://strikt.io/
Apache License 2.0
558 stars 61 forks source link

run ci also on windows. but only on jdk 17 #279

Closed christophsturm closed 1 year ago

christophsturm commented 1 year ago

it's not necessary to run on all jdks because jdk compatibility is already tested by the linux builds. the windows build is mainly there for line ending and path separator problems.

Also I hope this works, because I have no way to test it locally.