From ac75d804c496996739bda826e9878b6c7b5051dd Mon Sep 17 00:00:00 2001 From: REJack Date: Sun, 16 Dec 2018 20:23:57 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95d9188..59f2eb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: # Configure mysql environment variables (https://hub.docker.com/r/_/mysql/) MYSQL_DATABASE: aauth_v3_ci4_testing MYSQL_ROOT_PASSWORD: root - CODEIGNITER_VERSION: '4.0.0-alpha.4' + CODEIGNITER_VERSION: '4.0.0-alpha.3' # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics.