remove composer lock, to avoid installing incompatible dependencies

This commit is contained in:
El RIDO 2020-05-31 15:10:30 +02:00
parent 268730e07b
commit a1bac9b6e1
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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