We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b7415 commit 2e721daCopy full SHA for 2e721da
.github/workflows/ci.yaml
@@ -53,8 +53,9 @@ jobs:
53
- name: Install dependencies with Composer
54
run: composer install --no-ansi
55
56
- - name: Run PHP-CS-Fixer
57
- run: vendor/bin/phpcs src
+ # phpcs is not php8.4 compatible for now.
+ # - name: Run PHP-CS-Fixer
58
+ # run: vendor/bin/phpcs src
59
60
static-analysis:
61
name: Static analysis
0 commit comments