sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
515 stars 77 forks source link

Update CI and test things #255

Closed phil-davis closed 10 months ago

phil-davis commented 10 months ago

1) phpunit reports: Warning: Your XML configuration validates against a deprecated schema. Suggestion: Migrate your XML configuration using "--migrate-configuration"!

Done with:

./vendor/phpunit/phpunit/phpunit  --configuration tests/phpunit.xml --migrate-configuration

2) Update the php-cs-fixer minor version to the current one. That is what runs today and passes. It is sometimes handy to know what is the latest that was passing.