picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.67k stars 402 forks source link

Update phpunit and use Github Actions #90

Closed casperbakker closed 4 years ago

casperbakker commented 4 years ago

After upgrading the minimum PHP version to 7.2 (which is the oldest supported PHP version), also upgrade phpunit to the current version.

For fun I added Github Actions, in addition to Travis.