Skip to content

Commit 72bcc81

Browse files
committed
Do CS checking on 8.1 again for now while dependencies conflict on later stuff
1 parent 2bb340e commit 72bcc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: composer require --no-update "phpunit/php-code-coverage:${{ matrix.php-code-coverage-version }}"
101101

102102
- 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'
104104
run: composer remove --dev --no-update "friendsofphp/php-cs-fixer";
105105

106106
- name: Install dependencies (low)
@@ -152,5 +152,5 @@ jobs:
152152
fi;
153153
154154
- 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'
156156
run: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --allow-risky=yes

0 commit comments

Comments
 (0)