Skip to content

Commit

Permalink
Add Gradle versions 8.0 and 8.3 to GradleVersionsCompatibilityTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Krullmann committed Sep 9, 2023
1 parent 619e483 commit a180613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GradleVersionsCompatibilityTest : AbstractGradleIntegrationTest() {
abstract inner class AbstractVersionsCompatibilityTest {

@ValueSource(strings = [
"5.1.1", "5.6.4", "6.0.1", "6.8.3", "7.0", "7.5.1"
"5.1.1", "5.6.4", "6.0.1", "6.8.3", "7.0", "7.5.1", "8.0", "8.3"
])
@ParameterizedTest(name = "Gradle {0}")
@DisplayName("Should work in Gradle version")
Expand Down

0 comments on commit a180613

Please sign in to comment.