File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.1 , 8.0, 7.4 ]
12
- laravel : [9.*, 8.* ]
11
+ php : [8.2 , 8.1, 8.0 ]
12
+ laravel : [9.*]
13
13
db : [mysql, postgres, sqlite]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
- exclude :
16
- - laravel : 9.*
17
- php : 7.4
18
15
include :
19
16
- laravel : 9.*
20
17
testbench : 7.*
21
- - laravel : 8.*
22
- testbench : 6.*
23
18
24
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - DB ${{ matrix.db }} - ${{ matrix.dependency-version }}
25
20
26
21
services :
27
22
mysql :
28
- image : mysql:5.7
23
+ image : mysql:8.0
29
24
env :
30
25
MYSQL_ALLOW_EMPTY_PASSWORD : no
31
26
MYSQL_USER : protone_media_db_test
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^7.4|^8.0|^8.1" ,
20
- "illuminate/support" : " ^8.67|^9.0"
19
+ "php" : " ^8.0|^8.1|^8.2" ,
20
+ "illuminate/support" : " ^9.0" ,
21
+ "nesbot/carbon" : " ^2.63"
21
22
},
22
23
"require-dev" : {
23
24
"mockery/mockery" : " ^1.3.3" ,
24
- "orchestra/testbench" : " ^6.23| 7.0" ,
25
+ "orchestra/testbench" : " 7.0" ,
25
26
"phpunit/phpunit" : " ^9.4"
26
27
},
27
28
"autoload" : {
43
44
},
44
45
"minimum-stability" : " dev" ,
45
46
"prefer-stable" : true
46
- }
47
+ }
You can’t perform that action at this time.
0 commit comments