Skip to content

Commit 54084d0

Browse files
ddevsrpaulbalandan
authored andcommitted
remove conditional php-cs-fixer
1 parent c79b6cd commit 54084d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,4 @@ jobs:
6464
run: composer update --ansi --no-interaction
6565

6666
- name: Run lint
67-
run: |
68-
if [ "${{ matrix.php-version }}" = "8.5" ]; then
69-
composer cs -- --allow-unsupported-php-version=yes
70-
else
71-
composer cs
72-
fi
67+
run: composer cs

0 commit comments

Comments
 (0)