Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Apr 30, 2024
1 parent 3eea3ab commit d8a248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: find ./src/ ./tests/ -type f -name '*.php' -print0 | xargs -0 -L 1 -P 4 -- php -l

- name: Install dependencies
uses: "ramsey/composer-install@v1"
uses: ramsey/composer-install@v3

- name: Check code styles
run: composer cs

0 comments on commit d8a248a

Please sign in to comment.