diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-17 10:51:58 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-17 10:51:58 +0000 |
| commit | 7e7ed801a62a433255c71716e5686dbf81358b84 (patch) | |
| tree | 585c824f496c245369461c56daa6e7bef4079737 /.gitlab-ci.yml | |
| parent | 96020f53c844334784639a1f327ae2d056bae886 (diff) | |
use php 7.2 for tests and fix error in jsonapi, fixes #2166
Closes #2166
Merge request studip/studip!1400
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1aa885..0fb6f73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: studip/studip:tests +image: studip/studip:tests-php7.2 variables: MYSQL_RANDOM_ROOT_PASSWORD: "true" |
