Skip to content

Commit

Permalink
Fix composer validation (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienPapet authored Nov 11, 2024
1 parent ca22804 commit 4e53556
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 @@ -24,7 +24,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Validate composer config
run: composer validate --strict
run: composer validate

- name: Composer Install
run: composer install
Expand Down

0 comments on commit 4e53556

Please sign in to comment.