From e82ad52f04aedc2a4f3115c7c65532c7c45a3dfe Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sun, 20 Jul 2025 19:24:02 +0200 Subject: [PATCH] deps: update bashunit:0.22.0 --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}