Skip to content

Commit

Permalink
ok, test against 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg committed Nov 10, 2024
1 parent 133949b commit d4e7782
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import strikt.assertions.filterIsInstance
import strikt.assertions.isEmpty
import kotlin.io.path.readText

@TestKit(gradleVersions = ["8.6", "8.10.1"])
@TestKit(gradleVersions = ["8.6", "8.10.2"])
class ExpediterPluginIntegrationTest {
@ParameterizedWithGradleVersions
fun `android compat`(project: TestProject) {
Expand Down Expand Up @@ -298,7 +298,7 @@ class ExpediterPluginIntegrationTest {
expectThat(report.issues).filterIsInstance<Issue.DuplicateType>().isEmpty()
}

@ParameterizedWithGradleVersions
@ParameterizedWithGradleVersions(["8.5", "8.10.2"])
fun `multiple outputs`(project: TestProject) {
project.build("check")
}
Expand Down

0 comments on commit d4e7782

Please sign in to comment.