File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3737 - DEPENDENCIES="stable"
3838 script :
3939 - PHP=php make coverage
40+ - stage : coverage
41+ php : ' nightly'
42+ env :
43+ - DEPENDENCIES="stable"
44+ script :
45+ - PHP=php make coverage
4046 - stage : integration
4147 php : ' 7.4'
4248 env :
@@ -118,6 +124,15 @@ jobs:
118124 script :
119125 - make platform
120126 - 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
121136after_script :
122137- make clean
123138
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.3" ,
14+ "php" : " ^7.3|^8.0 " ,
1515 "ext-curl" : " *" ,
1616 "ext-json" : " *" ,
1717 "psr/http-client" : " ~1.0" ,
2121 "flix-tech/avro-php" : " ^4.1"
2222 },
2323 "require-dev" : {
24- "phpunit/phpunit" : " ^8.2.3" ,
24+ "phpunit/phpunit" : " ^8.2.3|^9.0 " ,
2525 "phpstan/phpstan" : " ^0.12" ,
2626 "raphhh/trex-reflection" : " ~1.0" ,
2727 "doctrine/cache" : " ~1.3" ,
You can’t perform that action at this time.
0 commit comments