From df377d96529ffb4c04a732b30fb9a354c512e474 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 9 May 2024 19:33:50 +0200 Subject: [PATCH] in PHP matrix tests, we don't want to constrain the platform setting the platform allow composer to prevent upgrades to versions that would exceed the configured version, for the matrix tests we want to use the latest ones for that release --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1667ed8c..abc921e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,6 +88,9 @@ jobs: restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}- # composer installation + - name: Unset platform requirement + run: composer config --unset platform + - name: Setup PHPunit run: composer install -n