Skip to content

Update Workflow options #33

Update Workflow options

Update Workflow options #33

Triggered via pull request September 13, 2025 08:55
Status Success
Total duration 22s
Artifacts

psalm.yml

on: pull_request
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Psalm Validation (PHP 8.2, OS ubuntu-latest)
Process completed with exit code 2.
TypeDoesNotContainNull: src/Internal/RetryOptions.php#L53
src/Internal/RetryOptions.php:53:70: TypeDoesNotContainNull: Cannot resolve types for $retryMaxInterval - DateInterval|int|string does not contain null (see https://psalm.dev/090)
TypeDoesNotContainType: src/Internal/RetryOptions.php#L53
src/Internal/RetryOptions.php:53:70: TypeDoesNotContainType: Cannot resolve types for $retryMaxInterval - DateInterval|int|string does not contain type-alias(Temporal\Internal\Support\DateInterval::DateIntervalValue) (see https://psalm.dev/056)
TypeDoesNotContainNull: src/Internal/RetryOptions.php#L52
src/Internal/RetryOptions.php:52:71: TypeDoesNotContainNull: Cannot resolve types for $retryInitInterval - DateInterval|int|string does not contain null (see https://psalm.dev/090)
TypeDoesNotContainType: src/Internal/RetryOptions.php#L52
src/Internal/RetryOptions.php:52:71: TypeDoesNotContainType: Cannot resolve types for $retryInitInterval - DateInterval|int|string does not contain type-alias(Temporal\Internal\Support\DateInterval::DateIntervalValue) (see https://psalm.dev/056)
Psalm Validation (PHP 8.2, OS ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/