Skip to content

Commit 9b11f33

Browse files
committed
Declare support for 2.1.10.
1 parent ebdbb90 commit 9b11f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-gradle/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.mpp.import.enableKgpDependencyResolution=true
88

99
pluginId=co.touchlab.skie
1010

11-
versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20(1.9.21, 1.9.22, 1.9.23, 1.9.24, 1.9.25), 2.0.0(2.0.10), 2.0.20(2.0.21), 2.1.0
11+
versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20(1.9.21, 1.9.22, 1.9.23, 1.9.24, 1.9.25), 2.0.0(2.0.10), 2.0.20(2.0.21), 2.1.0(2.1.10)
1212
versionSupport.gradleApi=7.3, 8.0, 8.1
1313

1414
touchlab.key=ABCDEFGHIJKLMNOPQRSTUVWXYZ

test-runner/src/test/kotlin/co/touchlab/skie/test/runner/SkieTestRunnerConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object SkieTestRunnerConfiguration {
1313
val configurations = list<BuildConfiguration>("matrix.configurations")
1414
val linkModes = list<LinkMode>("matrix.linkModes")
1515
// TODO Automatically derive from Build-setup
16-
val kotlinVersions = list("matrix.kotlinVersions", ::KotlinVersion) ?: listOf("1.8.0", "1.8.20", "1.9.0", "1.9.20", "2.0.0", "2.0.20", "2.1.0").map(::KotlinVersion)
16+
val kotlinVersions = list("matrix.kotlinVersions", ::KotlinVersion) ?: listOf("1.8.0", "1.8.20", "1.9.0", "1.9.20", "2.0.0", "2.0.20", "2.1.0", "2.1.10").map(::KotlinVersion)
1717
val gradleVersions = list("matrix.gradleVersions", ::GradleVersion) ?: listOf("8.6").map(::GradleVersion)
1818

1919
fun buildMatrixSource(): SkieTestMatrixSource {

0 commit comments

Comments
 (0)