From 204eddf9e1d3a4e1da6bf8aa931f2648e74a3253 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 12 Aug 2020 13:58:35 +0200 Subject: [PATCH] Fix path to PHPUnit schema PHPUnit changed path of 9.3 aka current xsd. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2547d7..189be77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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