fix(config): Attempt to fix circleci legacy docker containers

This commit is contained in:
michaelachrisco 2023-10-27 13:02:02 -07:00 committed by GitHub
parent 113dc5bb82
commit c4577288b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
- run: ./vendor/bin/kahlan -reporter=verbose - run: ./vendor/bin/kahlan -reporter=verbose
build_latest: build_latest:
docker: docker:
- image: circleci/php:latest - image: cimg/php:latest
working_directory: ~/ReadOnlyTraitLaravel working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands steps: # a set of executable commands
- checkout - checkout
@ -34,4 +34,4 @@ workflows:
jobs: jobs:
- build_php_version_80 - build_php_version_80
- build_php_version_81 - build_php_version_81
- build_latest - build_latest