Skip to content

Commit 39341ac

Browse files
authored
ci: bump bashunit from 0.20.0 to 0.37.0 (#5800)
1 parent 2e391a3 commit 39341ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

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

365365
- name: "Install bashunit"
366-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0"
366+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
367367

368368
- name: "Test"
369369
run: "${{ matrix.script }}"
@@ -512,7 +512,7 @@ jobs:
512512
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0
513513

514514
- name: "Install bashunit"
515-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0"
515+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
516516

517517
- name: "Test"
518518
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)