File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ${{ matrix.os }}
10
10
strategy :
11
11
matrix :
12
- php : [8.0, 8.1, 8.2]
13
- laravel : [10.*, 9.*, 8.*]
12
+ php : [8.0, 8.1, 8.2, 8.3 ]
13
+ laravel : [11.*, 10.*, 9.*, 8.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
os : [ubuntu-latest]
16
16
include :
17
+ - laravel : 11.*
18
+ testbench : 9.*
17
19
- laravel : 10.*
18
20
testbench : 8.*
19
21
- laravel : 9.*
20
22
testbench : 7.*
21
23
- laravel : 8.*
22
24
testbench : 6.*
23
25
exclude :
26
+ - laravel : 11.*
27
+ php : [8.1, 8.0]
24
28
- laravel : 10.*
25
29
php : 8.0
26
30
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "laravel/framework" : " ^8.67|^9.0|^10.0" ,
20
+ "laravel/framework" : " ^8.67|^9.0|^10.0|^11.0 " ,
21
21
"nesbot/carbon" : " ^2.63" ,
22
22
"spatie/eloquent-sortable" : " ^3.10|^4.0" ,
23
23
"spatie/laravel-package-tools" : " ^1.4" ,
24
24
"spatie/laravel-translatable" : " ^4.6|^5.0|^6.0"
25
25
},
26
26
"require-dev" : {
27
- "orchestra/testbench" : " ^6.13|^7.0|^8.0" ,
28
- "pestphp/pest" : " ^1.22" ,
27
+ "orchestra/testbench" : " ^6.13|^7.0|^8.0|^9.0 " ,
28
+ "pestphp/pest" : " ^1.22|^2.0 " ,
29
29
"phpunit/phpunit" : " ^9.5.2"
30
30
},
31
31
"autoload" : {
You can’t perform that action at this time.
0 commit comments