php8.3 -> php8.4

This commit is contained in:
Andrew Dolgov 2025-06-03 10:34:45 +03:00
parent 516fcfee98
commit 227d45687f
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -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: