bump CI jobs & utility scripts to php83

This commit is contained in:
Andrew Dolgov
2023-12-10 09:36:09 +03:00
parent 4b3cf17d8d
commit 14ad8b21d5
4 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ phpdoc:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $PHPDOC_DEPLOY_SSH_KEY != null
script:
- php82 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
- php83 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
- mkdir -p ~/.ssh &&
cp ${PHPDOC_DEPLOY_SSH_KEY} ~/.ssh/id_ed25519 &&
chmod 0600 ~/.ssh/id_ed25519
@@ -74,7 +74,7 @@ phpunit-integration:
- export TTRSS_DB_USER=postgres
- export TTRSS_DB_NAME=postgres
- export TTRSS_DB_PASS=password
- php82 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never
- php83 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: