From 73602de30a8ac4a87ba2f6f77f37c1ff29061de3 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Sat, 2 Apr 2022 11:20:31 -0600 Subject: [PATCH] Update test for wrapper upgrade --- .github/workflows/integTest-execution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integTest-execution.yml b/.github/workflows/integTest-execution.yml index e5e96c0..a170e79 100644 --- a/.github/workflows/integTest-execution.yml +++ b/.github/workflows/integTest-execution.yml @@ -43,7 +43,7 @@ jobs: with: gradle-executable: __tests__/samples/groovy-dsl/gradlew${{ matrix.script-suffix }} build-root-directory: __tests__/samples/no-wrapper - arguments: help -DgradleVersionCheck=7.4.1 + arguments: help -DgradleVersionCheck=7.4.2 gradle-versions: strategy: