Skip to content

Commit

Permalink
Remove the phpunit schema location from phpunix.xml.dist
Browse files Browse the repository at this point in the history
It does not seem to be accessible from github actions anymore, and fails the build as infection tries to validate the schema.
  • Loading branch information
jakzal committed Dec 3, 2024
1 parent 66755c3 commit 2c86730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" colors="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" colors="true">
<coverage includeUncoveredFiles="true">
<report>
<clover outputFile="build/coverage.xml"/>
Expand Down

0 comments on commit 2c86730

Please sign in to comment.