Skip to content

Commit 061fa63

Browse files
authored
test with 0.3.6
1 parent 18e4df8 commit 061fa63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/prek/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"image": "mcr.microsoft.com/devcontainers/base:debian",
1010
"features": {
1111
"prek": {
12-
"version": "0.3.7"
12+
"version": "0.3.6"
1313
}
1414
}
1515
}

test/prek/test_specific_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
source dev-container-features-test-lib
66

7-
check "prek version is equal to 0.3.7" sh -c "prek --version | grep '0.3.7'"
7+
check "prek version is equal to 0.3.6" sh -c "prek --version | grep '0.3.6'"
88

99
reportResults

0 commit comments

Comments
 (0)