From c1b9beb61675e4a060ff98c0f805ce97011cce80 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Tue, 26 Mar 2024 10:19:39 +0100 Subject: [PATCH] Extend Gradle integration tests to version 8.6 --- .../htmlsanitycheck/HtmlSanityCheckTaskFunctionalTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlSanityCheck-gradle-plugin/src/test/groovy/org/aim42/htmlsanitycheck/HtmlSanityCheckTaskFunctionalTest.groovy b/htmlSanityCheck-gradle-plugin/src/test/groovy/org/aim42/htmlsanitycheck/HtmlSanityCheckTaskFunctionalTest.groovy index 3698302d..a0aadd8c 100644 --- a/htmlSanityCheck-gradle-plugin/src/test/groovy/org/aim42/htmlsanitycheck/HtmlSanityCheckTaskFunctionalTest.groovy +++ b/htmlSanityCheck-gradle-plugin/src/test/groovy/org/aim42/htmlsanitycheck/HtmlSanityCheckTaskFunctionalTest.groovy @@ -16,7 +16,7 @@ class HtmlSanityCheckTaskFunctionalTest extends Specification { private final static INVALID_HTML = """ """ 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