From e66f8f8df6f8938f001f3890ef5b9cc0cbbaed4e Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Tue, 21 Aug 2018 20:27:05 -0600 Subject: [PATCH] needs to actually test on 7.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b65fc8c..375ce96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: php:7.0-alpine +image: php:7.1-alpine before_script: - apk update