We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7dd6c commit a50620bCopy full SHA for a50620b
.circleci/config.yml
@@ -7,11 +7,6 @@ commands:
7
- checkout
8
- restore_cache:
9
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
15
- run:
16
name: Install composer packages
17
command: |
@@ -33,7 +28,7 @@ jobs:
33
28
run_test:
34
29
working_directory: ~/app
35
30
docker:
36
- - image: circleci/php:7.4.3
31
+ - image: cimg/php:7.4.26
37
32
steps:
38
- run_test
39
0 commit comments