File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 12
12
fail-fast : true
13
13
matrix :
14
14
php : [ "8.1", "8.2", "8.3" ]
15
- laravel : [ "10.0" ]
15
+ laravel : [ "10.0", "11.0" ]
16
16
package_lang : [ "13.0", "14.0" ]
17
+ exclude :
18
+ - laravel : " 11.0"
19
+ php : " 8.1"
20
+
21
+ - laravel : " 11.0"
22
+ package_lang : " 13.0"
17
23
18
24
name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Lang ${{ matrix.package_lang }}
19
25
Original file line number Diff line number Diff line change 60
60
},
61
61
"require-dev" : {
62
62
"dragon-code/support" : " ^6.12" ,
63
- "orchestra/testbench" : " ^8.17" ,
63
+ "orchestra/testbench" : " ^8.17 || ^9.0 " ,
64
64
"phpunit/phpunit" : " ^10.5.3" ,
65
65
"symfony/var-dumper" : " ^6.4 || ^7.0"
66
66
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
- backupGlobals =" false"
5
4
bootstrap =" vendor/autoload.php"
6
5
colors =" true"
7
- processIsolation =" false"
8
- stopOnError =" false"
9
- stopOnFailure =" false"
10
6
cacheDirectory =" .phpunit.cache"
11
- backupStaticProperties =" false"
12
7
>
13
8
<testsuites >
14
9
<testsuite name =" Test Suite" >
15
- <directory suffix = " Test.php " >./tests</directory >
10
+ <directory >./tests</directory >
16
11
</testsuite >
17
12
</testsuites >
18
13
</phpunit >
You can’t perform that action at this time.
0 commit comments