فهرست منبع

Merge pull request #1326 from PrivateBin/unset-platform-matrix

in PHP matrix tests, we don't want to constrain the platform
El RIDO 2 سال پیش
والد
کامیت
74cc2c3c92
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .github/workflows/tests.yml

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

@@ -91,6 +91,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