Skip to content

Commit

Permalink
ci: add --no-dev for composer install to prevent to use old versio…
Browse files Browse the repository at this point in the history
…ns of dev packages
  • Loading branch information
misaert committed Nov 19, 2024
1 parent caa9a08 commit 6879d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
coverage: pcov

- name: Install dependencies
run: composer install --prefer-dist --no-interaction
run: composer install --no-dev --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/pest --coverage-clover=coverage.xml
Expand Down

0 comments on commit 6879d6c

Please sign in to comment.