Skip to content

Commit e233fcb

Browse files
Chemaclassondrejmirtes
authored andcommitted
deps: upgrade bashunit:0.20
1 parent 37b38c8 commit e233fcb

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
@@ -302,7 +302,7 @@ jobs:
302302
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
303303

304304
- name: "Install bashunit"
305-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
305+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.20.0"
306306

307307
- name: "Test"
308308
run: "${{ matrix.script }}"
@@ -409,7 +409,7 @@ jobs:
409409
run: "composer install --no-interaction --no-progress"
410410

411411
- name: "Install bashunit"
412-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
412+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.20.0"
413413

414414
- name: "Test"
415415
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)