Skip to content

Commit bb8eb14

Browse files
authored
Fix: remove --no-plugins flag to enable dev-tools plugin in reports and wiki workflows (#39)
1 parent e84fb9b commit bb8eb14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
php_version: '8.3'
4040
command: 'install'
41-
args: '--prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
41+
args: '--prefer-dist --no-progress --no-interaction --no-scripts'
4242

4343
- name: Generate reports
4444
uses: php-actions/composer@v6

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
php_version: '8.3'
4444
command: 'install'
45-
args: '--prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
45+
args: '--prefer-dist --no-progress --no-interaction --no-scripts'
4646

4747
- name: Create Docs Markdown
4848
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)