Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvdbrugge authored Sep 22, 2024
1 parent f03a5d1 commit c0693b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Validate composer.json and composer.lock
run: composer validate --strict
&& composer validate --strict --working-dir=devtools/php-cs-fixer
&& composer validate --strict --working-dir=devtools/phpstan
&& composer validate --strict --working-dir=devtools/phpunit
&& composer validate --working-dir=devtools/php-cs-fixer
&& composer validate --working-dir=devtools/phpstan
&& composer validate --working-dir=devtools/phpunit

- name: Cache Composer Packages
id: composer-cache
Expand Down

0 comments on commit c0693b6

Please sign in to comment.