Laravel-Userstamps
Laravel-Userstamps copied to clipboard
Migrate to github actions
Hey @mattmcdonald-uk Thank you for creating this package!
I've noticed this package lost its ci build. I assume because of https://earthly.dev/blog/migrating-from-travis/
In this PR the following changes were introduced:
- Removed travis ci configuration file
- Travis ci replaced by github actions
- Updated "Build" badge in the README.md
Thank you!
Have you considered defining the matrix using a shorter form to save a few lines?
https://github.com/SynergiTech/laravel-postal/blob/aa47a609b27560d8657f2ffd071623aa1cb5ad39/.github/workflows/tests.yml#L10-L17
Hey @willpower232 Yes, I considered using a "shorter form" but if we need to match all the requirements from the travis configuration we will have to write the long list of exclude
statements which is the same...
Is there any specific ETA for this PR?