Skip to content

Commit 6879d6c

Browse files
committed
ci: add --no-dev for composer install to prevent to use old versions of dev packages
1 parent caa9a08 commit 6879d6c

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
@@ -31,7 +31,7 @@ jobs:
3131
coverage: pcov
3232

3333
- name: Install dependencies
34-
run: composer install --prefer-dist --no-interaction
34+
run: composer install --no-dev --prefer-dist --no-interaction
3535

3636
- name: Execute tests
3737
run: vendor/bin/pest --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)