From bcd26298e79481038275eabc3925e48b48880ef3 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Sat, 15 Jun 2019 13:08:39 -0700 Subject: [PATCH] Test with latest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c50b077..7bcf6bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/php:7.3-node-browsers + - image: circleci/php:atest working_directory: ~/ReadOnlyTraitLaravel steps: # a set of executable commands - checkout