-
Notifications
You must be signed in to change notification settings - Fork 1
feat: support updatePolicies method #7
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
Conversation
leeqvip
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix checks failed.
Pull Request Test Coverage Report for Build 1096128839
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1096588452Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
.github/workflows/build.yml
Outdated
| run: | | ||
| cd vendor/cakephp/app | ||
| composer install --prefer-dist --no-progress --no-suggest | ||
| cp ../../../tests/app.php ./config/app.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not recommended to modify the default configuration in this way, you can modify it at the code level .
| "license": "Apache-2.0", | ||
| "require": { | ||
| "cakephp/cakephp": "3.*", | ||
| "php": ">=7.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format .
feat: support updatePolicies method, upgrade dependencies feat: support updatePolicies method, upgrade dependencies feat: support updatePolicies method, upgrade dependencies
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.