remove composer lock, to avoid installing incompatible dependencies
This commit is contained in:
parent
268730e07b
commit
a1bac9b6e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue