Skip to content

Commit 2be248f

Browse files
committed
Use latest PHP-CS-Fixer version (3.13.2)
1 parent e6ef6a1 commit 2be248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
coverage: none
2020
- name: php-cs-fixer
2121
run: |
22-
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.11.0/php-cs-fixer.phar -q
22+
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.13.2/php-cs-fixer.phar -q
2323
php php-cs-fixer.phar fix --dry-run --diff
2424
2525
tests-php-8-0-symfony-5-4:

0 commit comments

Comments
 (0)