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 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
11
+ php : [8.4, 8. 3, 8.2]
12
12
dependency-version : [prefer-stable]
13
13
os : [ubuntu-latest]
14
14
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=8.0 <8.4 " ,
15
+ "php" : " >=8.0 <8.5 " ,
16
16
"rexxars/html-validator" : " >=2.2"
17
17
},
18
18
"require-dev" : {
Original file line number Diff line number Diff line change 1
1
<?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" >
3
10
<testsuites >
4
11
<testsuite name =" PHPFUI HTMLUnitTester tests" >
5
12
<directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments