cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 889 forks source link

Test against PHP 8.2 #2166

Closed MasterOdin closed 1 year ago

MasterOdin commented 1 year ago

PR adds PHP 8.2 to the test matrix, updating the code coverage to run against that version. I also downgraded the version of PHP used for testing sqlsrv to be our lowest version since it's exercising unique code paths compared to the other DB adapters, and I'd like to have confidence we're supporting those paths on the lowest PHP version.