File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,27 @@ workflows:
77 name : PHP 5.5
88 - test-with-preinstalled-php :
99 name : PHP 5.6
10- docker-image : circleci/php:5.6.34-cli-jessie
10+ docker-image : circleci/php:5.6
1111 use-phpredis : false
1212 - test-with-preinstalled-php :
1313 name : PHP 7.0
14- docker-image : circleci/php:7.0.28-cli-jessie
14+ docker-image : circleci/php:7.0
1515 - test-with-preinstalled-php :
1616 name : PHP 7.1
17- docker-image : circleci/php:7.1.15-cli-jessie
17+ docker-image : circleci/php:7.1
1818 - test-with-preinstalled-php :
1919 name : PHP 7.2
20- docker-image : circleci/php:7.2.3-cli-stretch
20+ docker-image : circleci/php:7.2
2121 include-lowest-compatible-versions-test : false
2222 # lowest "compatible" version of phpunit in 7.2 has a bug - https://github.com/sebastianbergmann/comparator/pull/30
23+ - test-with-preinstalled-php :
24+ name : PHP 7.3
25+ docker-image : circleci/php:7.3
26+ include-lowest-compatible-versions-test : false
27+ - test-with-preinstalled-php :
28+ name : PHP 7.4
29+ docker-image : circleci/php:7.4
30+ include-lowest-compatible-versions-test : false
2331 - integration-test
2432
2533jobs :
Original file line number Diff line number Diff line change 2020 },
2121 "require-dev" : {
2222 "aws/aws-sdk-php" : " ^3.86" ,
23- "friendsofphp/php-cs-fixer" : " ~ 2.2.19" ,
23+ "friendsofphp/php-cs-fixer" : " >= 2.2.19 <3.0 " ,
2424 "guzzlehttp/guzzle" : " ^6.2.1" ,
2525 "kevinrob/guzzle-cache-middleware" : " ^1.4.1" ,
26- "phpdocumentor/phpdocumentor" : " ^2.0" ,
2726 "phpunit/phpunit" : " >=4.8.26 <5.4" ,
2827 "predis/predis" : " ^1.0" ,
2928 "sensiolabs/consul-php-sdk" : " >=2.1 <3.0" ,
You can’t perform that action at this time.
0 commit comments