File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 37
37
- DEPENDENCIES="stable"
38
38
script :
39
39
- PHP=php make coverage
40
+ - stage : coverage
41
+ php : ' nightly'
42
+ env :
43
+ - DEPENDENCIES="stable"
44
+ script :
45
+ - PHP=php make coverage
40
46
- stage : integration
41
47
php : ' 7.4'
42
48
env :
@@ -118,6 +124,15 @@ jobs:
118
124
script :
119
125
- make platform
120
126
- PHP=php make phpunit-integration
127
+ - stage : integration
128
+ php : ' nightly'
129
+ env :
130
+ - DEPENDENCIES="stable"
131
+ - INTEGRATION_TEST="enabled"
132
+ - CONFLUENT_VERSION=6.0.0
133
+ script :
134
+ - make platform
135
+ - PHP=php make phpunit-integration
121
136
after_script :
122
137
- make clean
123
138
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.3" ,
14
+ "php" : " ^7.3|^8.0 " ,
15
15
"ext-curl" : " *" ,
16
16
"ext-json" : " *" ,
17
17
"guzzlehttp/guzzle" : " ~6.3" ,
20
20
"flix-tech/avro-php" : " ^4.1"
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^8.2.3" ,
23
+ "phpunit/phpunit" : " ^8.2.3|^9.0 " ,
24
24
"phpstan/phpstan" : " ^0.12" ,
25
25
"raphhh/trex-reflection" : " ~1.0" ,
26
26
"doctrine/cache" : " ~1.3" ,
You can’t perform that action at this time.
0 commit comments