File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
fail-fast : true
17
17
matrix :
18
18
php : [8.1, 8.2, 8.3]
19
- laravel : [9, 10 ]
19
+ laravel : [10, 11 ]
20
20
exclude :
21
- - php : 8.3
22
- laravel : 9
21
+ - php : 8.1
22
+ laravel : 11
23
23
24
24
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
25
25
51
51
composer update --no-interaction --prefer-dist --no-progress
52
52
53
53
- name : Execute tests
54
- run : vendor/bin/pest --verbose
54
+ run : vendor/bin/pest
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^8.1" ,
15
- "illuminate/support" : " ^9.21|^10.0" ,
15
+ "illuminate/http" : " ^10.0|^11.0" ,
16
+ "illuminate/support" : " ^10.0|^11.0" ,
16
17
"resend/resend-php" : " ^0.12.0" ,
17
- "symfony/mailer" : " ^6.2"
18
+ "symfony/mailer" : " ^6.2|^7.0 "
18
19
},
19
20
"require-dev" : {
20
21
"friendsofphp/php-cs-fixer" : " ^3.14" ,
21
22
"mockery/mockery" : " ^1.5" ,
22
- "orchestra/testbench" : " ^7.22|^8 .0" ,
23
- "pestphp/pest" : " ^1.22 "
23
+ "orchestra/testbench" : " ^8.17|^9 .0" ,
24
+ "pestphp/pest" : " ^2.0 "
24
25
},
25
26
"autoload" : {
26
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments