File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
php :
16
- - 8.1
17
16
- 8.2
18
17
- 8.3
19
18
- 8.4
Original file line number Diff line number Diff line change 5
5
"license" : " MPL-2.0" ,
6
6
7
7
"require" : {
8
- "php" : " ^8.1 " ,
8
+ "php" : " ^8.2 " ,
9
9
"illuminate/support" : " ^11.0|^12.0"
10
10
},
11
11
"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" xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" testdox =" true" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ testdox =" true"
7
+ stopOnFailure =" false"
8
+ cacheDirectory =" .phpunit.cache"
9
+ >
3
10
<testsuites >
4
11
<testsuite name =" Package Test Suite" >
5
12
<directory >tests</directory >
You can’t perform that action at this time.
0 commit comments