From 4ecf769990101b2eee248ad28c368fd015ec3387 Mon Sep 17 00:00:00 2001 From: pookmish Date: Wed, 11 May 2022 15:14:34 -0700 Subject: [PATCH] Updated circleci docker --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd15f231f..4d96a7c50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ version: 2 ## Defines images and working directory. defaults: &defaults docker: - - image: pookmish/drupal8ci:latest + - image: pookmish/drupal8ci:php8 - image: selenium/standalone-chrome:latest - image: circleci/mysql:5.7 environment: @@ -93,4 +93,4 @@ workflows: filters: branches: only: - - 8.x-1.x + - 9.x