File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
run : composer require --no-update "phpunit/php-code-coverage:${{ matrix.php-code-coverage-version }}"
101
101
102
102
- name : Remove PHP-CS-Fixer if not called
103
- if : matrix.php-version != '8.2 ' || matrix.symfony-version != '^6.0' || matrix.dependencies != 'highest'
103
+ if : matrix.php-version != '8.1 ' || matrix.symfony-version != '^6.0' || matrix.dependencies != 'highest'
104
104
run : composer remove --dev --no-update "friendsofphp/php-cs-fixer";
105
105
106
106
- name : Install dependencies (low)
@@ -152,5 +152,5 @@ jobs:
152
152
fi;
153
153
154
154
- name : Check code style
155
- if : matrix.php-version == '8.2 ' && matrix.symfony-version == '^6.0' && matrix.dependencies == 'highest'
155
+ if : matrix.php-version == '8.1 ' && matrix.symfony-version == '^6.0' && matrix.dependencies == 'highest'
156
156
run : vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --allow-risky=yes
You can’t perform that action at this time.
0 commit comments