File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ jobs:
16
16
fail-fast : true
17
17
matrix :
18
18
php : [8.1, 8.2, 8.3, 8.4]
19
- laravel : [10, 11]
19
+ laravel : [10, 11, 12 ]
20
20
exclude :
21
21
- php : 8.4
22
22
laravel : 10
23
23
- php : 8.1
24
24
laravel : 11
25
+ - php : 8.1
26
+ laravel : 12
25
27
26
28
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
27
29
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^8.1" ,
15
- "illuminate/http" : " ^10.0|^11.0" ,
16
- "illuminate/support" : " ^10.0|^11.0" ,
15
+ "illuminate/http" : " ^10.0|^11.0|^12.0 " ,
16
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
17
17
"resend/resend-php" : " ^0.15.0" ,
18
18
"symfony/mailer" : " ^6.2|^7.0"
19
19
},
20
20
"require-dev" : {
21
21
"friendsofphp/php-cs-fixer" : " ^3.14" ,
22
22
"mockery/mockery" : " ^1.5" ,
23
- "orchestra/testbench" : " ^8.17|^9.0" ,
24
- "pestphp/pest" : " ^2.0"
23
+ "orchestra/testbench" : " ^8.17|^9.0|^10.0 " ,
24
+ "pestphp/pest" : " ^2.0|^3.7 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments