Skip to content

Commit ccc7d7d

Browse files
staabmChemaclass
andauthored
ci: bump bashunit from 0.20.0 to 0.37.0 (#5813)
Co-authored-by: Jose M. Valera Reales <5256287+Chemaclass@users.noreply.github.com>
1 parent 792edea commit ccc7d7d

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

400400
- name: "Install bashunit"
401-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0"
401+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
402402

403403
- name: "Test"
404404
run: "${{ matrix.script }}"
@@ -547,7 +547,7 @@ jobs:
547547
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0
548548

549549
- name: "Install bashunit"
550-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0"
550+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
551551

552552
- name: "Test"
553553
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)