Skip to content

Commit a0b6b3b

Browse files
authored
Upgrade bashunit:0.18.0 for e2e tests
1 parent 9a9289b commit a0b6b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
254254

255255
- name: "Install bashunit"
256-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
256+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
257257

258258
- name: "Test"
259259
run: "${{ matrix.script }}"
@@ -355,7 +355,7 @@ jobs:
355355
run: "composer install --no-interaction --no-progress"
356356

357357
- name: "Install bashunit"
358-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
358+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
359359

360360
- name: "Test"
361361
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)