Skip to content

Commit

Permalink
Switch Gradle 8.7 tests to Gradle 8.8 as Gradle 8.7 has an instrument…
Browse files Browse the repository at this point in the history
…ation bug that causes spurious test failures.
  • Loading branch information
markslater committed Jun 1, 2024
1 parent c6a5451 commit 9aa2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/compatibility-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManager.withPlugin('org.ysb33r.cloudci') {
ci {
no_ci {
gradleTest {
versions '7.0.2', '7.6.1', '8.5', '8.8-rc-1'
versions '7.0.2', '7.6.1', '8.5', '8.8'
}
}
}
Expand Down

0 comments on commit 9aa2706

Please sign in to comment.