summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-06-03 16:36:56 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-06-03 16:36:56 +0300
commite63fca3dec2a0ff703c3ca4b3849d1ef38cbfadc (patch)
tree9a36070f14c5f724214782b5dad07259cf0e8377
parent408ab994500574cbdfd7d918238adf8682c39444 (diff)
parent227d45687f2d2037f2a5676347dd51080b616497 (diff)
Merge branch 'master' into weblate-integration
-rw-r--r--.gitlab-ci.yml4
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: