From 9c29627e65ce1db2e4496e4d08cee1c159bb0ee6 Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Mon, 31 Jan 2022 13:38:55 -0600 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6ae90d..b538c17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: PHP Lint: stage: Test - image: its-registry.unl.edu/unl-its/docker-ci/php-lint:7.3 + image: its-registry.unl.edu/unl-its/docker-ci/php-lint:7.4 tags: - docker script: -- GitLab