File tree Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- matrix :
4
- include :
5
- - php : 7.1
6
- env : ILLUMINATE_VERSION=5.5.*
7
- - php : 7.1
8
- env : ILLUMINATE_VERSION=5.6.*
9
- - php : 7.1
10
- env : ILLUMINATE_VERSION=5.7.*
11
- - php : 7.2
12
- env : ILLUMINATE_VERSION=5.5.*
13
- - php : 7.2
14
- env : ILLUMINATE_VERSION=5.6.*
15
- - php : 7.2
16
- env : ILLUMINATE_VERSION=5.7.*
17
-
18
- before_install :
19
- - composer require "illuminate/support:${ILLUMINATE_VERSION}" --no-update
3
+ php :
4
+ - 7.2
5
+ - 7.3
6
+ - 7.4
20
7
21
8
before_script :
22
9
- composer update --prefer-source --no-interaction
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"datadog/php-datadogstatsd" : " ^1.3" ,
13
- "illuminate/support" : " ^5.5 "
13
+ "illuminate/support" : " ^6.0 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
23
23
}
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ^6.0|^7 .0" ,
27
- "orchestra/testbench" : " ^3 .0" ,
26
+ "phpunit/phpunit" : " ^8 .0" ,
27
+ "orchestra/testbench" : " ^4 .0" ,
28
28
"mockery/mockery" : " ^1.2"
29
29
},
30
30
"extra" : {
You can’t perform that action at this time.
0 commit comments