-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to GitHub Actions #180
Comments
I'm not familiar with GitHub Actions. Could you elaborate a bit what would be the benefits and the required amount of work ? |
Create a file in this repository called Then modify it according to your needs, like Travis. Commit it to main, and GitHub will automatically run it :) Then drop Travis |
@NoiseByNorthwest I've created github actions build workflow. Could you please take a look. What do you think about moving from Travis to GA? Also I can add Release publishing action, nightly builds for newest php version, etc... |
@AlexNDRmac Thanks, it looks good ! I'm ok to move to GA, but could you also remove the Travis file and update the build status badge in the README ?
I prefer that we discuss this in another issue so that this one will only cover the Travis -> GA migration. |
@NoiseByNorthwest I'd like to add more features (automation features) with GA and then open PR.
So, I'll prepare part of these features and will send PR. |
I'm OK with all of these points, and the win support would be a great enhancement ! |
Implemented by #190 |
This makes it easier to add newer PHP versions like PHP 8.1 and 8.2 (dev).
The text was updated successfully, but these errors were encountered: