Skip to content

Commit 4d9bd1c

Browse files
authored
Add CI jobs for PHP 7.3 + 7.4 (#51)
1 parent fa8a295 commit 4d9bd1c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.circleci/config.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2533
jobs:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
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",

0 commit comments

Comments
 (0)