keboola / php-csv

CSV reader/writer
MIT License
135 stars 35 forks source link

Fix tests on PHP 8 #48

Closed derrabus closed 1 year ago

derrabus commented 2 years ago

Replaces #45

This PR fixes all failing tests on PHP 8.0, 8.1 and 8.2. Note that your CI is currently testing on PHP 7.4 only, which is why those issues remained undiscovered by it. I would recommend to test on multiple PHP versions, at least on the lowest and highest supported one.

Issues addressed: