Closed anomiex closed 3 years ago
Also fix the CI "lowest" run to do composer require --no-update as the implicit package-limited composer upgrade it does otherwise breaks if other dependencies aren't locked to compatible versions.
composer require --no-update
composer upgrade
The lock has been updated too much :) It should be updated on a PHP 7 machine.
It was. PHP 7.4.11, specifically.
🚀 😃
Also fix the CI "lowest" run to do
composer require --no-update
as the implicit package-limitedcomposer upgrade
it does otherwise breaks if other dependencies aren't locked to compatible versions.