diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 383a20a83f..250f1c835a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -398,7 +398,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.22.0" + run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0" - name: "Test" run: "${{ matrix.script }}" @@ -547,7 +547,7 @@ jobs: - uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0 - name: "Install bashunit" - run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0" + run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0" - name: "Test" run: ${{ matrix.script }}