Skip to content

Commit

Permalink
bump requirements to php72
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Dec 11, 2019
1 parent 67be385 commit 624afc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ defaults: &defaults

version: 2
jobs:
build-php71:
<<: *defaults
docker:
- image: php:7.1-alpine
build-php72:
<<: *defaults
docker:
Expand All @@ -34,6 +30,10 @@ jobs:
<<: *defaults
docker:
- image: php:7.3-alpine
build-php74:
<<: *defaults
docker:
- image: php:7.4-alpine
build-phpRC:
<<: *defaults
docker:
Expand All @@ -43,7 +43,7 @@ workflows:
version: 2
build:
jobs:
- build-php71
- build-php72
- build-php73
- build-php74
- build-phpRC
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"optimize-autoloader": true
},
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-json": "*",
"packaged/config": "~1.5",
"packaged/context": "~1.2",
Expand Down

0 comments on commit 624afc6

Please sign in to comment.