mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
fix(config): Attempt to fix circleci legacy docker containers
This commit is contained in:
parent
113dc5bb82
commit
c4577288b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
- build_latest
|
||||
|
|
Loading…
Reference in a new issue