Closed Parziphal closed 2 years ago
Just FYI, you can test it with multiple php versions without docker. I for example have an alias for each major php version and I just need to run php81
instead of php
to test with a specific php version. But the best way would be adding some CI tool that tests PRs on all major versions like I suggested in another PR.
Yeah, it's just that with Docker we can avoid installing multiple PHP versions on the system, we just need to run a couple commands.
7.*
to>=7.0
.tests/TestUrls.php
to match the file name because PHPUnit didn't find the class.phpunit.xml
. PHPUnit said the file had an old configuration and suggested to run a command to update the file automatically.