diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-03 11:41:22 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-03 11:41:22 +0000 |
| commit | d066e3494ba0b661d149dcd7bb267aed8f4e65ea (patch) | |
| tree | 7c0748a56f27475292ce653c75b2c55d03a40bc8 /.gitlab-ci.yml | |
| parent | 2b25082b266b650d9a0496a2a25468484b40efce (diff) | |
increase php minimal version to 8.1, fixes #3805
Closes #3805
Merge request studip/studip!2814
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54dda7e..9d0e3ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: studip/studip:tests-php8.3 +image: studip/studip:tests-php8.1 variables: FF_NETWORK_PER_BUILD: 1 @@ -115,14 +115,14 @@ lint-php: reports: codequality: $PHPLINT_CODE_QUALITY_REPORT -lint-php-7.4: - image: studip/studip:tests-php8.2 +lint-php-8.3: + image: studip/studip:tests-php8.3 stage: checks needs: [build-composer] variables: CACHE_LOCATION: $CACHE_DIR/phplint-cache - PHPLINT_JSON_REPORT: $REPORT_DIR/phplint-report-7.4.json - PHPLINT_CODE_QUALITY_REPORT: $REPORT_DIR/phplint-codequality-7.4.json + PHPLINT_JSON_REPORT: $REPORT_DIR/phplint-report-8.3.json + PHPLINT_CODE_QUALITY_REPORT: $REPORT_DIR/phplint-codequality-8.3.json interruptible: true cache: - *composer-cache |
