aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-15 11:31:08 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-15 11:31:08 +0100
commit87db217cbd1a92a93c29fb8dfcabf73ecda91df4 (patch)
tree5187314667134f72c922df2e058b0384e4c0789a /.gitlab-ci.yml
parent82ca09067d08490f7e6b9a9207d6190825f558d0 (diff)
use correct image for linting against php 7.4, fixes #5134
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f8d268..00af56e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,7 +116,7 @@ lint-php:
codequality: $PHPLINT_CODE_QUALITY_REPORT
lint-php-7.4:
- image: studip/studip:tests-php8.2
+ image: studip/studip:tests-php7.4
stage: checks
needs: [build-composer]
variables: