Skip to content

Commit feb7f06

Browse files
authored
make composer validation workflow use --strict (OpenMage#1478)
1 parent 953f496 commit feb7f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: composer --version
2020

2121
- name: Validate composer.json and composer.lock
22-
run: composer validate
22+
run: composer validate --strict
2323

2424
- name: Install dependencies
2525
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs

0 commit comments

Comments
 (0)