CI is running on PHP 8.2 to 8.4, I was wondering whether it should be run on 8.5 too (I guess yes), but moreover, the main question is: the composer.json file says this lib supports PHP >=7.4 . Should the CI be testing this version too (as well as the ones in between)? Or should the version range be bumped?
CI is running on PHP
8.2to8.4, I was wondering whether it should be run on 8.5 too (I guess yes), but moreover, the main question is: thecomposer.jsonfile says this lib supports PHP>=7.4. Should the CI be testing this version too (as well as the ones in between)? Or should the version range be bumped?