File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,14 @@ jobs:
20
20
fail-fast : true
21
21
matrix :
22
22
php : [8.1, 8.2, 8.3, 8.4]
23
- laravel : [10, 11]
23
+ laravel : [10, 11, 12 ]
24
24
exclude :
25
- - php : 8.4
26
- laravel : 10
27
25
- php : 8.1
28
26
laravel : 11
27
+ - php : 8.1
28
+ laravel : 12
29
+ - php : 8.4
30
+ laravel : 10
29
31
30
32
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
31
33
@@ -56,12 +58,14 @@ jobs:
56
58
fail-fast : true
57
59
matrix :
58
60
php : [8.1, 8.2, 8.3, 8.4]
59
- laravel : [10, 11]
61
+ laravel : [10, 11, 12 ]
60
62
exclude :
61
- - php : 8.4
62
- laravel : 10
63
63
- php : 8.1
64
64
laravel : 11
65
+ - php : 8.1
66
+ laravel : 12
67
+ - php : 8.4
68
+ laravel : 10
65
69
66
70
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} Windows
67
71
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^8.1" ,
23
- "laravel/framework" : " ^10.38.2|^11.0" ,
23
+ "laravel/framework" : " ^10.38.2|^11.0|^12.0 " ,
24
24
"livewire/livewire" : " ^3.0"
25
25
},
26
26
"require-dev" : {
27
27
"laravel/folio" : " ^1.1" ,
28
28
"mockery/mockery" : " ^1.6" ,
29
- "orchestra/testbench" : " ^8.15.0|^9.0" ,
30
- "pestphp/pest" : " ^2.9.5" ,
29
+ "orchestra/testbench" : " ^8.15.0|^9.0|^10.0 " ,
30
+ "pestphp/pest" : " ^2.9.5|^3.0 " ,
31
31
"phpstan/phpstan" : " ^1.10"
32
32
},
33
33
"autoload" : {
You can’t perform that action at this time.
0 commit comments