File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ jobs:
12
12
fail-fast : true
13
13
matrix :
14
14
php : [8.4, 8.3, 8.2]
15
- laravel : [" 10.*", " 11.*" ]
15
+ laravel : [' 10.*', ' 11.*', '12.*' ]
16
16
db : [mysql, postgres, sqlite]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
include :
19
19
- laravel : 10.*
20
20
testbench : 8.*
21
21
- laravel : 11.*
22
22
testbench : 9.*
23
+ - laravel : 12.*
24
+ testbench : 10.*
23
25
24
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - DB ${{ matrix.db }} - ${{ matrix.dependency-version }}
25
27
91
93
if : " ${{ matrix.db == 'sqlite' }}"
92
94
env :
93
95
DB_CONNECTION : sqlite
94
- DB_DATABASE : " :memory:"
96
+ DB_DATABASE : :memory:
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
- "illuminate/support" : " ^10.0|^11.0"
20
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
21
21
},
22
22
"require-dev" : {
23
23
"mockery/mockery" : " ^1.4.4" ,
24
- "orchestra/testbench" : " ^8.0|^9.0" ,
25
- "phpunit/phpunit" : " ^10.4"
24
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
25
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
43
43
},
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments