Browse Source

remove composer lock, to avoid installing incompatible dependencies

El RIDO 6 years ago
parent
commit
a1bac9b6e1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/tests.yml

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

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