We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909aff3 commit 275b779Copy full SHA for 275b779
1 file changed
.github/workflows/test-coding-standards.yml
@@ -64,9 +64,4 @@ jobs:
64
run: composer update --ansi --no-interaction
65
66
- 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
+ run: composer cs
0 commit comments