dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Drop TravisCI testing in favor of GitHub Actions, test up to PHP 8.0 #94

Closed mondrake closed 2 years ago

mondrake commented 2 years ago

TravisCI has become overly complicated to test on for OSS, most projects I follow shifted to GitHub Actions instead.

This PR removes TravisCI configuration, sets up GithHub actions for running on a weekly schedule for testing on all PHP versions from 5.4 to 8.0.

PHP 8.1 should be managed as a separate PR because it will require more changes (for example, #93).

mondrake commented 2 years ago

ping @PhenX who seems the only person able to commit here

bsweeney commented 2 years ago

not really necessary for the next milestone, but I assigned there to remind me to take a look