File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- .phpunit.result.cache
2
- vendor /
3
- composer.lock
1
+ / .phpunit.result.cache
2
+ / composer.lock
3
+ / vendor /
Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
- PHPUNIT_VERSION=dev-master
11
+ - PHPUNIT_VERSION=~9.0.0
11
12
- PHPUNIT_VERSION=~8.5.0
12
13
- PHPUNIT_VERSION=~8.4.0
13
14
- PHPUNIT_VERSION=~8.3.0
28
29
- PHPUNIT_VERSION=~6.0.0
29
30
30
31
php :
31
- - 7.4snapshot
32
+ - 7.4
32
33
- 7.3
33
34
- 7.2
34
35
- 7.1
37
38
matrix :
38
39
fast_finish : true
39
40
exclude :
41
+ - php : 7.2
42
+ env : PHPUNIT_VERSION=dev-master
43
+ - php : 7.2
44
+ env : PHPUNIT_VERSION=~9.0.0
40
45
- php : 7.1
41
46
env : PHPUNIT_VERSION=dev-master
47
+ - php : 7.1
48
+ env : PHPUNIT_VERSION=~9.0.0
42
49
- php : 7.1
43
50
env : PHPUNIT_VERSION=~8.5.0
44
51
- php : 7.1
@@ -53,6 +60,8 @@ matrix:
53
60
env : PHPUNIT_VERSION=~8.0.0
54
61
- php : 7
55
62
env : PHPUNIT_VERSION=dev-master
63
+ - php : 7
64
+ env : PHPUNIT_VERSION=~9.0.0
56
65
- php : 7
57
66
env : PHPUNIT_VERSION=~8.5.0
58
67
- php : 7
@@ -78,7 +87,6 @@ matrix:
78
87
- php : 7
79
88
env : PHPUNIT_VERSION=~7.0.0
80
89
allow_failures :
81
- - php : 7.4snapshot
82
90
- env : PHPUNIT_VERSION=dev-master
83
91
84
92
install :
Original file line number Diff line number Diff line change 19
19
},
20
20
"require" : {
21
21
"php" : " >=7" ,
22
- "phpunit/phpunit" : " ^6 || ^7 || ^8" ,
23
- "php-mock/php-mock-integration" : " ^2"
22
+ "phpunit/phpunit" : " ^6 || ^7 || ^8 || ^9 " ,
23
+ "php-mock/php-mock-integration" : " ^2.1 "
24
24
},
25
25
"archive" : {
26
26
"exclude" : [" /tests" ]
You can’t perform that action at this time.
0 commit comments