From c1441e264a58bf0d738c265efa31c7315e4c12d8 Mon Sep 17 00:00:00 2001 From: "Jose M. Valera Reales" <5256287+Chemaclass@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:45:16 +0200 Subject: [PATCH] ci: bump bashunit from 0.20.0 to 0.37.0 (#5800) --- .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 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 }}