Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration to run CI with GitHub actions (aces#7128)
Given the changes to Travis pricing which are changing at the end of the year and the long VM startup times we've been experiencing lately, this adds a configuration for GitHub actions to run our continuous integration directly on GitHub. The .travis.yml is kept around for now, but will likely eventually be removed. PHP 7.4 is also removed from the Travis configuration, because there's a bug where both "PHP 7.3" and "PHP 7.4" are running PHP 7.3 under docker with our current configuration. (The bug is fixed in the GitHub actions configurations, but given that we'll be moving away from Travis, isn't worth fixing there.)
- Loading branch information