Skip to content

Commit 2e721da

Browse files
committed
CI : phpcs is disabled for now, php8.4 not ready yet
1 parent 25b7415 commit 2e721da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- name: Install dependencies with Composer
5454
run: composer install --no-ansi
5555

56-
- name: Run PHP-CS-Fixer
57-
run: vendor/bin/phpcs src
56+
# phpcs is not php8.4 compatible for now.
57+
# - name: Run PHP-CS-Fixer
58+
# run: vendor/bin/phpcs src
5859

5960
static-analysis:
6061
name: Static analysis

0 commit comments

Comments
 (0)