Closed jrmajor closed 3 years ago
Now test suite is running on PHP 7.4 and 8.0.
I've added shivammathur/setup-php action to install required PHP versions. I don't know how to do it without it.
I've removed --no-suggest flag from composer install because it is deprecated and added --no-interaction flag, because why not.
--no-suggest
composer install
--no-interaction
This is great! Thank you so much!
I might use this as an excuse to tag a v1
Now test suite is running on PHP 7.4 and 8.0.
I've added shivammathur/setup-php action to install required PHP versions. I don't know how to do it without it.
I've removed
--no-suggest
flag fromcomposer install
because it is deprecated and added--no-interaction
flag, because why not.