Skip to content

Commit

Permalink
Merge pull request #8 from DragonBe/dragonbe/updating-ci-cd
Browse files Browse the repository at this point in the history
Dragonbe/updating CI/CD
  • Loading branch information
DragonBe authored Dec 31, 2018
2 parents 28e1270 + 2e78744 commit 6daaf1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.2-zts-stretch-node-browsers

# - image: circleci/php:7.2-zts-stretch-node-browsers
- image: circleci/php:7.3-zts-stretch-node-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
- run: ./vendor/bin/phpunit --configuration=phpunit.xml.dist
- run: ./vendor/bin/phpcs
# For some reason infection is not executed correctly
#- run: ./vendor/bin/infection --configuration=infection.json
# - run: ./vendor/bin/infection --configuration=infection.json

0 comments on commit 6daaf1e

Please sign in to comment.