diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a5e57f01ad..9f9e1376c6 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -302,7 +302,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.20.0" + run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0" - name: "Test" run: "${{ matrix.script }}" @@ -409,7 +409,7 @@ jobs: run: "composer install --no-interaction --no-progress" - name: "Install bashunit" - run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.20.0" + run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0" - name: "Test" run: ${{ matrix.script }}