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

Add PHP 8.1 in GitHub action #50

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

peter279k
Copy link
Contributor

Changed log

  • Add PHP 8.1 in GitHub actions.

"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Copy link
Contributor Author

@peter279k peter279k Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To resolve the following error, it should add these lines to let Composer allow the PHP_CodeSniffer coding standards Composer installer plugin (it depends on the slevomat/coding-standard dependency):

Error: dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.
You can run "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false)

@icanhazstring icanhazstring merged commit d29a086 into icanhazstring:master Aug 30, 2022
@icanhazstring
Copy link
Owner

Thanks for the addition 🥳

@peter279k peter279k deleted the add_php81 branch August 30, 2022 16:04
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.

2 participants