Skip to content

Commit 2c346c8

Browse files
Config syntax fix
1 parent 50086b0 commit 2c346c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
php_version: "${{ matrix.php }}"
4848
dev: yes
4949

50-
- name: "Configuring PHP Sniffer..."
51-
shell: bash
52-
# setting PHP version to 8.0.0
53-
run: vendor/bin/phpcs --config-set php_version 80000
54-
5550
- name: "Checking Coding Standards..."
5651
shell: bash
5752
run: vendor/bin/phpcs

0 commit comments

Comments
 (0)