Merge pull request #254 from shikorism/feature/php-7.3

DockerfileおよびCI環境をPHP 7.3にアップデート
This commit is contained in:
shibafu 2019-08-20 20:44:39 +09:00 committed by GitHub
commit 78a1bdfb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 2.1
executors:
build:
docker:
- image: circleci/php:7.1-node-browsers
- image: circleci/php:7.3-node-browsers
environment:
APP_DEBUG: true
APP_ENV: testing

View File

@ -1,6 +1,6 @@
FROM node:10-jessie as node
FROM php:7.1-apache
FROM php:7.3-apache
ENV APACHE_DOCUMENT_ROOT /var/www/html/public