Skip to content

Commit d87160e

Browse files
authored
chore(coder): Update to 8.3.12 (#1135)
1 parent 03bf80f commit d87160e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
mkdir coder
7777
cd coder
78-
composer require drupal/coder:8.3.11 --no-interaction --no-progress
78+
composer require drupal/coder:8.3.12 --no-interaction --no-progress
7979
- name: Run PHPUnit
8080
run: |
8181
cp modules/graphql/phpunit.xml.dist core/phpunit.xml

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<ruleset name="graphql">
33
<description>Default PHP CodeSniffer configuration for GraphQL.</description>
44
<file>.</file>
5+
<exclude-pattern>node_modules</exclude-pattern>
56

67
<arg name="extensions" value="inc,install,module,php,profile,test,theme,yml"/>
78

0 commit comments

Comments
 (0)