Skip to content

Commit

Permalink
Update circleci/php Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent b4d0244 commit 3352034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
php71:
docker:
- image: circleci/php:7.1-cli-node-browsers
- image: circleci/php:8.0-cli-node-browsers
steps:
- run: sudo pecl install apcu
- run: sudo docker-php-ext-enable apcu
Expand All @@ -16,7 +16,7 @@ jobs:
- run: php vendor/bin/phpunit --colors=always
php72:
docker:
- image: circleci/php:7.2-cli-node-browsers
- image: circleci/php:8.0-cli-node-browsers
steps:
- run: sudo pecl install apcu
- run: sudo docker-php-ext-enable apcu
Expand All @@ -26,7 +26,7 @@ jobs:
- run: php vendor/bin/phpunit --colors=always
php73:
docker:
- image: circleci/php:7.3-cli-node-browsers
- image: circleci/php:8.0-cli-node-browsers
steps:
- run: sudo pecl install apcu
- run: sudo docker-php-ext-enable apcu
Expand All @@ -36,7 +36,7 @@ jobs:
- run: php vendor/bin/phpunit --colors=always
php74:
docker:
- image: circleci/php:7.4-cli-node-browsers
- image: circleci/php:8.0-cli-node-browsers
steps:
- run: sudo pecl install apcu
- run: sudo docker-php-ext-enable apcu
Expand Down

0 comments on commit 3352034

Please sign in to comment.