This repository was archived by the owner on Aug 21, 2026. It is now read-only.
Docs: Update PHP_CodeSniffer repository link #1059
continuous-integration.yml
on: pull_request
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer with composer-normalize
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Matrix: Project Analysis / Run eslint
Matrix: Project Analysis / Run oxlint
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Static Code Analysis with PHPStan
Matrix: Project Analysis / Run prettier
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Run stylelint
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
Unit & Integration Tests Status
3s
Annotations
2 errors and 8 warnings
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
🚨 CC Reporter download failed!
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Download of 'https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64' failed with response status code 404
|
|
Validate Project / Validate markdown files (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: DavidAnson/markdownlint-cli2-action@v22. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Project Analysis / Check Coding Standards with PHPCS (ubuntu-latest, 8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: korelstar/xmllint-problem-matcher@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, codecov/test-results-action@v1, paambaati/codeclimate-action@v9.0.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest):
src/View/Helper/ViteUrlFactory.php#L64
Escaped Mutant for Mutator "LogicalNot":
@@ @@
$viteHost = $config['vite-host'] ?? null;
- if (!is_string($viteHost)) {
+ if (is_string($viteHost)) {
$viteHost = null;
}
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest):
src/View/Helper/ViteUrl.php#L78
Escaped Mutant for Mutator "UnwrapLtrim":
@@ @@
}
if ($this->viteHost) {
- return $this->viteHost . '/' . ltrim($name, '/');
+ return $this->viteHost . '/' . $name;
}
$view = $this->getView();
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Please check if your platform is supported — see https://docs.codeclimate.com/docs/configuring-test-coverage#section-locations-of-pre-built-binaries
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Could not download https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
|
|
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|