From c4577288b720b11decc216254c83f4f630015477 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Fri, 27 Oct 2023 13:02:02 -0700 Subject: [PATCH] fix(config): Attempt to fix circleci legacy docker containers --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f6f35b..eafd6d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - run: ./vendor/bin/kahlan -reporter=verbose build_latest: docker: - - image: circleci/php:latest + - image: cimg/php:latest working_directory: ~/ReadOnlyTraitLaravel steps: # a set of executable commands - checkout @@ -34,4 +34,4 @@ workflows: jobs: - build_php_version_80 - build_php_version_81 - - build_latest \ No newline at end of file + - build_latest