Skip to content

Commit 200b5bf

Browse files
committed
Revisit QA pipelines
1 parent d644c30 commit 200b5bf

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: composer install --no-interaction --prefer-dist
3838

3939
- name: Configure PHPCS paths
40-
run: vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs
40+
run: vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcompatibility/php-compatibility,vendor/phpcsstandards/phpcsutils
4141

4242
- name: Run PHPCS
4343
run: vendor/bin/phpcs --standard=WordPress --extensions=php inc/

pluginpass-pro-plugintheme-licensing/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"squizlabs/php_codesniffer": "^3.13",
4848
"wp-coding-standards/wpcs": "^3.2",
4949
"phpcompatibility/phpcompatibility-wp": "^2.1",
50+
"phpcompatibility/php-compatibility": "^9.0",
51+
"phpcsstandards/phpcsutils": "^1.0",
52+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
5053
"phpstan/phpstan": "^1.12",
5154
"phpstan/extension-installer": "^1.1"
5255
},
@@ -58,6 +61,7 @@
5861
},
5962

6063
"prefer-stable": true,
64+
6165
"config": {
6266
"allow-plugins": {
6367
"dealerdirect/phpcodesniffer-composer-installer": true,

pluginpass-pro-plugintheme-licensing/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)