Fix path to PHPUnit schema

PHPUnit changed path of 9.3 aka current xsd.
This commit is contained in:
Daniel Siepmann 2020-08-12 13:58:35 +02:00
parent f06684c660
commit 204eddf9e1

View file

@ -77,7 +77,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest
- 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
run: xmllint --schema vendor/squizlabs/php_codesniffer/phpcs.xsd --noout phpcs.xml.dist