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

Migrate the tests from Travis CI to GitHub Actions #151

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PeterDaveHello
Copy link
Contributor

@PeterDaveHello PeterDaveHello commented Jul 18, 2024

Resolve #150

Migrate the tests from Travis CI to GitHub Actions.

  • README.md:

    • Remove Travis CI badge.
    • Add GitHub Actions badge for tests.
  • .travis.yml:

    • Delete the file as it is no longer needed.
  • .github/workflows/tests.yml:

    • Create a new GitHub Actions workflow file.
    • Define jobs for PHP versions 7.1, 7.2, 7.3, and 7.4.
    • Include steps to set up PHP, install dependencies, and run tests.

Please note that this PR is generated using GitHub Copilot Workspace. For more details, open the Copilot Workspace session.

@PeterDaveHello
Copy link
Contributor Author

I'll rewrite it 😅

@PeterDaveHello PeterDaveHello marked this pull request as draft July 18, 2024 16:32
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.

Migrate the tests from Travis CI to GitHub Actions?
1 participant