Skip to content

Commit

Permalink
Update Kotlin version in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 26, 2023
1 parent 33de7bd commit 061c167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal open class AllSupportedTestedVersionsArgumentsProvider : TestedVersions

internal object TestedVersions {

val LATEST = BuildVersions("7.6.2", "1.9.10")
val LATEST = BuildVersions("7.6.2", "1.9.20-RC")

/**
* All supported Gradle/Kotlin versions, including [LATEST]
Expand All @@ -24,7 +24,7 @@ internal object TestedVersions {
val ALL_SUPPORTED =
BuildVersions.permutations(
gradleVersions = listOf("7.6.2"),
kotlinVersions = listOf("1.9.0", "1.8.20", "1.7.20", "1.6.21", "1.5.31"),
kotlinVersions = listOf("1.9.10", "1.8.20", "1.7.20", "1.6.21", "1.5.31"),
) + BuildVersions.permutations(
gradleVersions = listOf(*ifExhaustive("7.0", "6.1.1")),
kotlinVersions = listOf(*ifExhaustive( "1.8.0", "1.7.0", "1.6.0", "1.5.0"))
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/maven/projects/it-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20-RC</kotlin.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 061c167

Please sign in to comment.