matomo-org / component-decompress

Decompress files
GNU Lesser General Public License v3.0
12 stars 12 forks source link

Run tests with PHP 7.2 #13

Closed cb8 closed 6 years ago

cb8 commented 6 years ago

This PR adds PHP 7.2 to the build matrix on Travis CI. To ensure that the latest version of pear/archive_tar is installed (which includes fixes for PHP 7.2) I removed the composer.lock file. At the moment, the dependencies are locked to specific versions on Travis CI. However, the users will actually ignore the lock file and just use composer.json.