Skip to content

Commit

Permalink
Update CI services to PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 6, 2019
1 parent 003ed9f commit f338fef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f338fef

Please sign in to comment.