File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : true
17
17
matrix :
18
- php-versions : ['8.2', '8.3']
19
- laravel-versions : ['^9.0', '^10.0', '^11.0']
18
+ php-versions : ['8.2', '8.3', '8.4' ]
19
+ laravel-versions : ['^9.0', '^10.0', '^11.0', '^12.0' ]
20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- name : Install PHP
70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
73
- php-version : ['8.2', '8.3']
74
- laravel-version : ['^9.0', '^10.0', '^11.0']
73
+ php-version : ['8.2', '8.3', '8.4' ]
74
+ laravel-version : ['^9.0', '^10.0', '^11.0', '^12.0' ]
75
75
steps :
76
76
- name : Checkout
77
77
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 5
5
"keywords" : [" php" , " fias" , " laravel" ],
6
6
"license" : " MIT" ,
7
7
"require" : {
8
- "php" : " >=8.2" ,
8
+ "php" : " >=8.2 <=8.4 " ,
9
9
"liquetsoft/fias-component" : " ^14.0" ,
10
- "illuminate/database" : " ^9.0|^10.0|^11.0" ,
11
- "illuminate/http" : " ^9.0|^10.0|^11.0" ,
12
- "laravel/framework" : " ^9.0|^10.0|^11.0"
10
+ "illuminate/database" : " ^9.0|^10.0|^11.0|^12.0 " ,
11
+ "illuminate/http" : " ^9.0|^10.0|^11.0|^12.0 " ,
12
+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 "
13
13
},
14
14
"require-dev" : {
15
15
"phpunit/phpunit" : " ^10.0" ,
You can’t perform that action at this time.
0 commit comments