We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6f4dd commit e675d02Copy full SHA for e675d02
.github/workflows/e2e-tests.yml
@@ -253,7 +253,7 @@ jobs:
253
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
254
255
- name: "Install bashunit"
256
- run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
+ run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
257
258
- name: "Test"
259
run: "${{ matrix.script }}"
0 commit comments