Skip to content

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