Skip to content

feat(core): automatic upgrade #2387

feat(core): automatic upgrade

feat(core): automatic upgrade #2387

Triggered via pull request August 7, 2025 20:31
Status Failure
Total duration 39s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
35s
Run style check
Run static analysis: PHPStan
22s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run static analysis: PHPStan
Process completed with exit code 255.
Run style check
Process completed with exit code 1.
analysis/undefined-function-or-method: src/Tempest/Framework/Commands/UpgradeCommand.php#L66
Attempt to call static method on undefined class `Composer\Semver\Semver`. Help: Define or import `Composer\Semver\Semver` before using it.
strictness/no-empty-construct: src/Tempest/Framework/Commands/UpgradeCommand.php#L35
Use of the `empty` construct. `empty()` exhibits unexpected behavior on specific value. It is unclear what condition is being treated with `empty()`. Help: Use strict comparison or specific predicate function to clearly convey your intent.