ci: add php-xml for phpcs xmlwriter/SimpleXML deps
Lint / PHP (phpcs PSR-12) (push) Failing after 28s
Lint / JS (eslint) (push) Successful in 12s

This commit is contained in:
2026-04-13 20:51:17 -04:00
parent e3a115fd02
commit b6df647921
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install PHP and phpcs - name: Install PHP and phpcs
run: | run: |
apt-get update -qq apt-get update -qq
apt-get install -y -qq php-cli apt-get install -y -qq php-cli php-xml
curl -sL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs curl -sL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs
chmod +x /usr/local/bin/phpcs chmod +x /usr/local/bin/phpcs