File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
php : ['8.0', '8.1', '8.2']
14
- laravel : ['8', '9']
14
+ laravel : ['8', '9', '10' ]
15
15
exclude :
16
16
- php : ' 8.2'
17
17
laravel : ' 8'
18
+ - php : ' 8.0'
19
+ laravel : ' 10'
18
20
steps :
19
21
- uses : actions/checkout@v3
20
22
- name : Setup PHP
Original file line number Diff line number Diff line change 21
21
"php" : " ^7.4|^8" ,
22
22
"doctrine/migrations" : " ^3.4" ,
23
23
"doctrine/dbal" : " ^2.10.1|^3" ,
24
- "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0" ,
25
- "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0" ,
26
- "illuminate/console" : " ^6.0|^7.0|^8.0|^9.0" ,
27
- "laravel-doctrine/orm" : " ^1 | ^2 @dev"
24
+ "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
25
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
26
+ "illuminate/console" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
27
+ "laravel-doctrine/orm" : " ^1.0|^2.0 @dev"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^7.0 | ^8.3 | ^9.3" ,
You can’t perform that action at this time.
0 commit comments