From 7204bccb03641d1ed8e34d0de1aa97ef67df99f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 13:26:35 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 4444647..e2884c9 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -57,7 +57,7 @@ jobs: - name: Install PHP Unit if: steps.cache-composer-phpunit.outputs.cache-hit != 'true' # Polyfills requires all needed packages including phpunit itself. - uses: composer install --dev yoast/phpunit-polyfills:"^3.0" + uses: composer install yoast/phpunit-polyfills:"^3.0" - name: Install and cache mysqladmin needed to initialize the test database uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest