Skip to content

Commit cc8863a

Browse files
authoredOct 11, 2024··
Merge branch refs/heads/1.12.x into 2.0.x
2 parents eed9282 + 2e8b260 commit cc8863a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
240240

241241
- name: "Install bashunit"
242-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.13.0"
242+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
243243

244244
- name: "Test"
245245
run: "${{ matrix.script }}"

0 commit comments

Comments
 (0)
Please sign in to comment.