We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9764f commit 7f7292aCopy full SHA for 7f7292a
1 file changed
.github/workflows/testing.yml
@@ -92,7 +92,8 @@ jobs:
92
run: |
93
mkdir coder
94
cd coder
95
- composer require drupal/coder:8.3.14 --no-interaction --no-progress
+ echo '{"config": {"allow-plugins": {"dealerdirect/phpcodesniffer-composer-installer": true}}}' > composer.json
96
+ composer require drupal/coder:8.3.15 --no-interaction --no-progress
97
98
- name: Run PHPUnit
99
0 commit comments