File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- dist: trusty
2
+ dist : xenial
3
3
sudo : false
4
4
5
5
matrix :
6
6
include :
7
- - php : " 7.3"
7
+ - php : 7.3
8
8
env :
9
9
- LARAVEL_VERSION=^8.0
10
10
- PHPUNIT_VERSION=^9.0
11
- - php : " 7.4"
11
+ - php : 7.4
12
+ env :
13
+ - LARAVEL_VERSION=^8.0
14
+ - PHPUNIT_VERSION=^9.0
15
+ - php : 8.0snapshot
12
16
env :
13
17
- LARAVEL_VERSION=^8.0
14
18
- PHPUNIT_VERSION=^9.0
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^7.3" ,
25
+ "php" : " ^7.3|^8.0 " ,
26
26
"ext-json" : " *" ,
27
27
"illuminate/console" : " ^8.0" ,
28
28
"illuminate/contracts" : " ^8.0" ,
41
41
"cloudcreativity/json-api-testing" : " ^3.1" ,
42
42
"guzzlehttp/guzzle" : " ^7.0" ,
43
43
"laravel/legacy-factories" : " ^1.0.4" ,
44
- "laravel/ui" : " ^2 .0" ,
44
+ "laravel/ui" : " ^3 .0" ,
45
45
"mockery/mockery" : " ^1.1" ,
46
46
"orchestra/testbench" : " ^6.0" ,
47
47
"phpunit/phpunit" : " ^9.0"
You can’t perform that action at this time.
0 commit comments