Преглед изворни кода

remove composer lock, to avoid installing incompatible dependencies

El RIDO пре 6 година
родитељ
комит
a1bac9b6e1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/tests.yml

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

@@ -26,6 +26,8 @@ jobs:
       with:
         php-version: ${{ matrix.php-versions }}
         extensions: gd, sqlite3
+    - name: Remove composer lock
+      run: rm composer.lock
     - name: Setup PHPunit
       run: composer install -n
     - name: Run unit tests