Skip to content

Commit

Permalink
Upgrade CI services to PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 18, 2019
1 parent 3bdaf21 commit ddedead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-cli
- image: circleci/php:7.2-cli

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1.0
version: 7.2.0
tests:
override:
-
Expand Down

0 comments on commit ddedead

Please sign in to comment.