File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.3, 8.2]
11+ php : [8.4, 8. 3, 8.2]
1212 dependency-version : [prefer-stable]
1313 os : [ubuntu-latest]
1414
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=8.0 <8.4 " ,
15+ "php" : " >=8.0 <8.5 " ,
1616 "rexxars/html-validator" : " >=2.2"
1717 },
1818 "require-dev" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.2/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ backupGlobals=" false"
4+ colors=" true"
5+ processIsolation=" false"
6+ stopOnFailure=" false"
7+ bootstrap=" ./tests/bootstrap.php"
8+ displayDetailsOnTestsThatTriggerDeprecations=" true"
9+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/11.2/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
310 <testsuites >
411 <testsuite name =" PHPFUI HTMLUnitTester tests" >
512 <directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments