Skip to content

Commit

Permalink
Upgrade CI PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 16, 2020
1 parent fd051d8 commit 1c88657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/php:7.2-cli
- image: circleci/php:7.4-cli

working_directory: ~/repo

Expand All @@ -29,7 +29,7 @@ jobs:

test:
docker:
- image: circleci/php:7.2-cli
- image: circleci/php:7.4-cli

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1.0
version: 7.4
tests:
override:
-
Expand Down

0 comments on commit 1c88657

Please sign in to comment.