diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-06-03 10:34:45 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-06-03 10:34:45 +0300 |
| commit | 227d45687f2d2037f2a5676347dd51080b616497 (patch) | |
| tree | f90389cbd1df2ad0362a4c0d4854c7fce1f9321f | |
| parent | 516fcfee98100fcfca649fc3de4874de9ccec238 (diff) | |
php8.3 -> php8.4
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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: |