Update config.yml

This commit is contained in:
michaelachrisco 2019-06-15 13:09:26 -07:00 committed by GitHub
parent bcd26298e7
commit dd81da3921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/php:atest - image: circleci/php:latest
working_directory: ~/ReadOnlyTraitLaravel working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands steps: # a set of executable commands
- checkout - checkout