-
-
Notifications
You must be signed in to change notification settings - Fork 25
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 GHA CI workflow #25
Switch to GHA CI workflow #25
Conversation
|
Signed-off-by: Gary Lockett <[email protected]>
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Prior versions did not have a `Module` class, which causes tests to fail. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
First that supported Throwable for createApiProblemFromException(). Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Cast values to string to ensure they do not raise errors. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
First with PHP 7.4 support. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
First version to properly support PHP 7.4. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Fixes a PHP 7.4 issue. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Description
Switch from Travis CI to use GitHub Actions according to: https://gist.github.com/weierophinney/b003e50c3c2667d08076caf31ebd36a4.
This closes #21.