From 0329ed8f190911a87c7188efd3a1d537509eebe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 13:32:32 +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 a1ae46d..2e3d1b7 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. - run: composer install yoast/phpunit-polyfills:"^3.0" + run: composer require --dev 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