Skip to content
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

Replace Travis with GitHub Actions #12

Open
wants to merge 6 commits into
base: v2.0
Choose a base branch
from

Conversation

acorncom
Copy link

With Travis CI increasingly unmaintained (and their free tier for OSS usage gone), thought it'd be good to have tests running again in a way that's visible to the broader community.

This PR:

  • sets up a basic Github action (doesn't yet have all the bells / whistles that were setup with Travis)
  • cleans up errors and depreciation warnings thrown by PHPUnit
  • tests against PHP 8.3
  • updates the status badge

Things that either need to be done on this PR or follow-on PRs:

  • setup smoke tests (not currently setup here, requires removal flags)
  • allow failing PHP nightly builds
  • re-enable PHP 5.5 tests without unit tests (do we care about PHP 5.5 any more?)
  • setup PHP coveralls uploads (and token?)

Happy to help out with the pieces that still remain here but wanted to open this PR to see if there was actual interest in merging this before doing more work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant