Преглед на файлове

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
El RIDO преди 2 години
родител
ревизия
df377d9652
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .github/workflows/tests.yml

+ 3 - 0
.github/workflows/tests.yml

@@ -88,6 +88,9 @@ jobs:
         restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-
         restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-
 
 
     # composer installation
     # composer installation
+    - name: Unset platform requirement
+      run: composer config --unset platform
+
     - name: Setup PHPunit
     - name: Setup PHPunit
       run: composer install -n
       run: composer install -n