We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed9282 + 2e8b260 commit cc8863aCopy full SHA for cc8863a
.github/workflows/e2e-tests.yml
@@ -239,7 +239,7 @@ jobs:
239
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
240
241
- name: "Install bashunit"
242
- run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.13.0"
+ run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
243
244
- name: "Test"
245
run: "${{ matrix.script }}"
0 commit comments