Skip to content

Commit

Permalink
Extend Gradle integration tests to version 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 26, 2024
1 parent a71aa5f commit c1b9beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HtmlSanityCheckTaskFunctionalTest extends Specification {
private final static INVALID_HTML = """<body><span id="id"/><span id="id"/></body> """
private final static GRADLE_VERSIONS = [ // 6.x or older does not work!
'7.6.3', // latest 7.x
'8.0.2', '8.1.1', '8.2.1', '8.3', '8.4', '8.5' // all 8.x (latest patches)
'8.0.2', '8.1.1', '8.2.1', '8.3', '8.4', '8.5', '8.6' // all 8.x (latest patches)
]

@Rule
Expand Down

0 comments on commit c1b9beb

Please sign in to comment.