mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-05 13:47:25 +02:00
php8.3 -> php8.4
This commit is contained in:
parent
516fcfee98
commit
227d45687f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user