Merge branch 'master' into weblate-integration

This commit is contained in:
Andrew Dolgov 2025-06-03 16:36:56 +03:00
commit e63fca3dec
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -68,7 +68,7 @@ phpdoc:build:
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script: script:
- php83 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public - php84 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
artifacts: artifacts:
paths: paths:
- phpdoc - phpdoc
@ -129,7 +129,7 @@ phpunit-integration:
sleep 5 sleep 5
done done
script: 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: artifacts:
when: always when: always
reports: reports: