File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
fail-fast : true
16
16
matrix :
17
17
os : [ ubuntu-latest ]
18
- php : [ 8.1, 8.2 ]
18
+ php : [ 8.1, 8.2, 8.3 ]
19
19
stability : [ lowest, highest ]
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Validate composer.json and composer.lock
25
25
run : composer validate --strict
33
33
34
34
35
35
- name : Install dependencies
36
- uses : " ramsey/composer-install@v1 "
36
+ uses : " ramsey/composer-install@v2 "
37
37
with :
38
38
dependency-versions : " ${{ matrix.stability }}"
39
39
composer-options : " --prefer-dist --no-cache"
Original file line number Diff line number Diff line change 11
11
"description" : " Fast Excel import/export for Laravel" ,
12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0| ^10.0" ,
14
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11 .0" ,
15
15
"openspout/openspout" : " ^4.1.1"
16
16
},
17
17
"require-dev" : {
18
- "illuminate/database" : " ^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0| ^10.0" ,
19
- "phpunit/phpunit" : " ^9.5" ,
18
+ "illuminate/database" : " ^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0 || ^10.0 || ^11 .0" ,
19
+ "phpunit/phpunit" : " ^9.5 || ^10.1 " ,
20
20
"squizlabs/php_codesniffer" : " 3.*"
21
21
},
22
22
"autoload" : {
You can’t perform that action at this time.
0 commit comments