From bf3e7e6d7843ece95befc0b636d145b770cc23fb Mon Sep 17 00:00:00 2001 From: Miguel Peixe Date: Mon, 1 Nov 2021 17:17:10 -0300 Subject: [PATCH] chore: fix circleci build (#610) --- .circleci/config.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56a90d9d9..005651af6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ commands: jobs: build: docker: - - image: circleci/php:7.4-node-browsers + - image: cimg/php:7.4-browsers steps: - checkout_with_workspace - run: @@ -24,7 +24,7 @@ jobs: # Linting lint: docker: - - image: circleci/php:7.4-node-browsers + - image: cimg/php:7.4-browsers steps: - checkout_with_workspace - run: @@ -41,7 +41,7 @@ jobs: test-php: docker: - - image: circleci/php:7.4 + - image: cimg/php:7.4 - image: circleci/mysql:5.6 environment: - WP_TESTS_DIR: '/tmp/wordpress-tests-lib' @@ -56,9 +56,7 @@ jobs: - run: name: Install Dependencies command: | - sudo apt-get update && sudo apt-get install subversion - sudo -E docker-php-ext-install mysqli - sudo apt-get update && sudo apt-get install default-mysql-client + sudo apt-get update && sudo apt-get install -y subversion default-mysql-client - run: name: Run Tests command: | @@ -70,7 +68,7 @@ jobs: release_github: docker: - - image: circleci/php:7.4-node-browsers + - image: cimg/php:7.4-browsers steps: - checkout_with_workspace - run: @@ -90,7 +88,7 @@ jobs: release_wporg: docker: - - image: circleci/php:7.4-node-browsers + - image: cimg/php:7.4-browsers steps: - checkout_with_workspace - run: @@ -101,7 +99,7 @@ jobs: post_release: docker: - - image: circleci/php:7.4-node-browsers + - image: cimg/php:7.4-browsers steps: - checkout_with_workspace - run: