Skip to content

Commit

Permalink
Clean up PHP runtime (#55)
Browse files Browse the repository at this point in the history
* Remove phpunit symlink from ./bin

* Switch to chekote/php:7-phpunit5 across the board

* Remove Dockerfile for chekote/noun-store-php
  • Loading branch information
Chekote committed Aug 19, 2021
1 parent a9fc8d6 commit d654357
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: chekote/noun-store-php:2020-05-11
- image: chekote/php:7-phpunit5

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

- run:
name: PHPUnit Tests
command: php -d xdebug.mode=coverage ./bin/phpunit --coverage-clover=coverage.clover
command: php -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-clover=coverage.clover

- run:
name: Upload code coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion bin/php
Expand Up @@ -12,4 +12,4 @@ docker run \
${TTY} \
-v $(pwd):/workdir \
-v ~/.composer:/home/user/.composer \
chekote/noun-store-php:2020-05-11 php "$@"
chekote/php:7-phpunit5 php "$@"
1 change: 0 additions & 1 deletion bin/phpunit

This file was deleted.

17 changes: 0 additions & 17 deletions docker/php/Dockerfile

This file was deleted.

0 comments on commit d654357

Please sign in to comment.