Skip to content

Commit 00bd857

Browse files
committed
Fix super-linter v8.3.1 composer install errors
Disable PHP_BUILTIN and PHP_PHPCS validators to prevent super-linter from attempting composer install on vendor files. The PHP extensions (ext-pdo, ext-xml) are not available in the super-linter container, causing the build to fail.
1 parent c9eee4f commit 00bd857

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
VALIDATE_CHECKOV: false
7171
VALIDATE_JSCPD: false
72-
VALIDATE_PHP_PSALM: false
72+
VALIDATE_PHP_BUILTIN: false
73+
VALIDATE_PHP_PHPCS: false
7374
VALIDATE_PHP_PHPSTAN: false # temporary disabled until superlinter supports phpstan 2
75+
VALIDATE_PHP_PSALM: false
7476
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)