From 3606b4409329ea0db67bba115d34ce42da2913fc Mon Sep 17 00:00:00 2001 From: Michael Reichardt Date: Fri, 22 Mar 2024 07:00:09 +0100 Subject: [PATCH] Composer options - do not ignore platform version --- .github/workflows/phpunit-tests-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests-run.yml b/.github/workflows/phpunit-tests-run.yml index 551b3012..c4db9aba 100644 --- a/.github/workflows/phpunit-tests-run.yml +++ b/.github/workflows/phpunit-tests-run.yml @@ -41,7 +41,7 @@ jobs: uses: ramsey/composer-install@v3 with: ignore-cache: "yes" - composer-options: "--ignore-platform-reqs --optimize-autoloader" + composer-options: "--optimize-autoloader" - name: Run PHPUnit tests run: phpunit tests --testdox \ No newline at end of file