Running tests on GitHub Actions
We are going to take a look at how the tests can run on GitHub actions. You'll learn how you can tests multiple PHP versions in one go using a matrix, and we'll explore all steps of the run-tests workflow.
Finally we're going to take a look at how GitHub displays the status of the tests in a PR.