Skip to content

Commit 7f7292a

Browse files
authored
test(coder): Update Coder to 8.3.15 (#1277)
1 parent fa9764f commit 7f7292a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
run: |
9393
mkdir coder
9494
cd coder
95-
composer require drupal/coder:8.3.14 --no-interaction --no-progress
95+
echo '{"config": {"allow-plugins": {"dealerdirect/phpcodesniffer-composer-installer": true}}}' > composer.json
96+
composer require drupal/coder:8.3.15 --no-interaction --no-progress
9697
9798
- name: Run PHPUnit
9899
run: |

0 commit comments

Comments
 (0)