uap-php
uap-php copied to clipboard
Migrate CI for Travis to GitHub Actions
The existing CI setup based on Travis does not work anymore due to Travis ending support for free CI for open-source projects.
This migrates the CI to GitHub Actions, with one job running CI for contributions, and a scheduled job checking for updates in uap-core once a day to publish an updated regexes.php file (we could change the schedule), as the Travis setup was including such an automated update. An alternative might be to update to the latest uap-core release instead, which would be more consistent with the way uap-python works for instance.
@lstrojny any plan to merge this ?
@lstrojny any news here ?