Posts tagged with "tests"

Running PHP tests with the highest and lowest dependencies

php, composer, tests, travis-ci, appveyor

Recently, we added support for the system configuration on Windows to amphp/dns. While we had Travis running for a long while, Travis doesn’t offer Windows builds. I knew AppVeyor was a thing, but I couldn’t find a good example for running PHP on it, so I had a look at a repository of Cees-Jan Kiewiet. Following that repository, we have running tests on Windows now.