Skip to content

Commit

Permalink
Use new circle-ci images
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 28, 2020
1 parent 03f7c3b commit c82f4e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: ./vendor/bin/phpunit
"php-7.2":
docker:
- image: circleci/php:7.2
- image: cimg/php:7.2
steps:
- checkout
- restore_cache:
Expand All @@ -33,7 +33,7 @@ jobs:
- run: ./vendor/bin/phpunit
"php-7.3":
docker:
- image: circleci/php:7.3
- image: cimg/php:7.3
steps:
- checkout
- restore_cache:
Expand All @@ -46,8 +46,9 @@ jobs:
- run: ./vendor/bin/phpunit
"php-7.4":
docker:
- image: circleci/php:7.4
- image: cimg/php:7.4
steps:
- run: sudo apt-get update && sudo apt-get install -y php7.4-xdebug
- checkout
- restore_cache:
keys:
Expand Down

0 comments on commit c82f4e6

Please sign in to comment.