Skip to content

Commit

Permalink
deps: use bashunit:0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass authored and ondrejmirtes committed Oct 11, 2024
1 parent df39688 commit 2e8b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"

- name: "Install bashunit"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.13.0"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"

- name: "Test"
run: "${{ matrix.script }}"
Expand Down

0 comments on commit 2e8b260

Please sign in to comment.