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

Switch to GHA CI workflow #25

Merged
merged 9 commits into from
Jun 23, 2021
Merged

Switch to GHA CI workflow #25

merged 9 commits into from
Jun 23, 2021

Conversation

internalsystemerror
Copy link
Member

Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

Switch from Travis CI to use GitHub Actions according to: https://gist.github.com/weierophinney/b003e50c3c2667d08076caf31ebd36a4.

This closes #21.

@internalsystemerror
Copy link
Member Author

internalsystemerror commented Jun 2, 2021

I believe the only issue left with this is a connection issue. The tests pass locally so in my opinion it is related to something specific with GHA. It appears that it's not using the env variable TESTS_LAMINAS_API_TOOLS_DOCTRINE_EXTMONGODB_CONNECTSTRING defined in .github/workflows/continuous-integration.yml as can be seen by the error: https://github.com/laminas-api-tools/api-tools-doctrine/runs/2728441053?check_suite_focus=true#step:4:541
Edit: This is now resolved and a new issue has popped up.
All issues resolved.

Signed-off-by: Gary Lockett <[email protected]>
@weierophinney weierophinney added the Enhancement New feature or request label Jun 23, 2021
@weierophinney weierophinney added this to the 2.4.0 milestone Jun 23, 2021
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]>
@weierophinney weierophinney merged commit 10867e3 into laminas-api-tools:2.4.x Jun 23, 2021
@weierophinney weierophinney mentioned this pull request Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to GHA CI workflow
2 participants