diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-06-03 16:36:56 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-06-03 16:36:56 +0300 |
| commit | e63fca3dec2a0ff703c3ca4b3849d1ef38cbfadc (patch) | |
| tree | 9a36070f14c5f724214782b5dad07259cf0e8377 | |
| parent | 408ab994500574cbdfd7d918238adf8682c39444 (diff) | |
| parent | 227d45687f2d2037f2a5676347dd51080b616497 (diff) | |
Merge branch 'master' into weblate-integration
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0e28830d..cd4e62a03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ phpdoc:build: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - - php83 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public + - php84 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public artifacts: paths: - phpdoc @@ -129,7 +129,7 @@ phpunit-integration: sleep 5 done script: - - php83 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never + - php84 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never artifacts: when: always reports: |