File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ jobs:
19
19
matrix :
20
20
php : [8.2, 8.3, 8.4]
21
21
phpunit : [10, 11]
22
- laravel : [10, 11]
22
+ laravel : [10, 11, 12 ]
23
23
exclude :
24
24
- php : 8.4
25
25
laravel : 10
26
26
- phpunit : 11
27
27
laravel : 10
28
+ - phpunit : 10
29
+ laravel : 12
28
30
29
31
name : PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }}
30
32
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.2" ,
14
14
"ext-dom" : " *" ,
15
- "laravel/framework" : " ^10.44|^11.0" ,
15
+ "laravel/framework" : " ^10.44|^11.0|^12.0 " ,
16
16
"mockery/mockery" : " ^1.0" ,
17
17
"phpunit/phpunit" : " ^10.4|^11.0.1" ,
18
18
"symfony/console" : " ^6.2|^7.0" ,
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.17" ,
26
- "orchestra/testbench-core" : " ^8.21 |^9.0"
26
+ "orchestra/testbench-core" : " ^8.31 |^9.8|^10 .0"
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
use Laravel \BrowserKitTesting \TestCase ;
8
8
use Laravel \BrowserKitTesting \Tests \CreatesApplication ;
9
9
use Orchestra \Testbench \Foundation \Env ;
10
- use Orchestra \Testbench \Foundation \UndefinedValue ;
10
+ use Orchestra \Testbench \Support \UndefinedValue ;
11
11
12
12
class ParallelTestingTest extends TestCase
13
13
{
You can’t perform that action at this time.
0 commit comments