Skip to content

Commit a50620b

Browse files
committed
chore(config): [circleci] use latest php image for using composer 2
1 parent 9e7dd6c commit a50620b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ commands:
77
- checkout
88
- restore_cache:
99
key: dependency-cache-composer-{{ checksum "composer.json" }}
10-
- run:
11-
name: Install php extensions
12-
command: |
13-
sudo docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
14-
sudo docker-php-ext-install pcntl pdo_mysql
1510
- run:
1611
name: Install composer packages
1712
command: |
@@ -33,7 +28,7 @@ jobs:
3328
run_test:
3429
working_directory: ~/app
3530
docker:
36-
- image: circleci/php:7.4.3
31+
- image: cimg/php:7.4.26
3732
steps:
3833
- run_test
3934

0 commit comments

Comments
 (0)