Skip to content

Commit

Permalink
Remove PHPUnit 7 and 8
Browse files Browse the repository at this point in the history
PHPUnit 9 supports all the PHP versions that we need. Also update
the PHPUnit config schema.
  • Loading branch information
nikic committed Mar 17, 2024
1 parent 09691fc commit b43758e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"ext-ctype": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"ircmaxell/php-yacc": "^0.0.7"
},
"extra": {
Expand Down
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Expand Up @@ -12,9 +12,9 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">./lib/PhpParser/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit b43758e

Please sign in to comment.