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