mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-10 17:46:10 +01:00
Fix path to PHPUnit schema
PHPUnit changed path of 9.3 aka current xsd.
This commit is contained in:
parent
f06684c660
commit
204eddf9e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
run: composer install --prefer-dist --no-progress --no-suggest
|
run: composer install --prefer-dist --no-progress --no-suggest
|
||||||
|
|
||||||
- name: PHPUnit configuration file
|
- name: PHPUnit configuration file
|
||||||
run: xmllint --schema vendor/phpunit/phpunit/schema/9.3.xsd --noout phpunit.xml.dist
|
run: xmllint --schema vendor/phpunit/phpunit/phpunit.xsd --noout phpunit.xml.dist
|
||||||
|
|
||||||
- name: PHPCodeSniffer configuration file
|
- name: PHPCodeSniffer configuration file
|
||||||
run: xmllint --schema vendor/squizlabs/php_codesniffer/phpcs.xsd --noout phpcs.xml.dist
|
run: xmllint --schema vendor/squizlabs/php_codesniffer/phpcs.xsd --noout phpcs.xml.dist
|
||||||
|
|
Loading…
Reference in a new issue