Skip to content

Commit b494a72

Browse files
committed
Update Github Actions
1 parent 3e5ad26 commit b494a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
php-version: '7.4'
1616
- name: php-cs-fixer
1717
run: |
18-
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.4/php-cs-fixer.phar -q
19-
php php-cs-fixer.phar fix --dry-run --diff
18+
composer install --prefer-dist --no-interaction --no-ansi --no-progress
19+
php vendor/bin/php-cs-fixer fix --dry-run --diff
2020
2121
tests-php-7-4:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)