Skip to content

Fix tests

Fix tests #1548

Triggered via pull request October 11, 2024 13:55
@TigrovTigrov
synchronize #323
fix-tests
Status Failure
Total duration 33s
Artifacts

static.yml

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

Annotations

8 errors and 1 warning
MixedArgumentTypeCoercion: src/Dsn.php#L23
src/Dsn.php:23:67: MixedArgumentTypeCoercion: Argument 5 of Yiisoft\Db\Connection\AbstractDsn::__construct expects array<array-key, string>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
PHP 8.3
Process completed with exit code 2.
PHP 8.2
The job was canceled because "ubuntu-latest_8_3" failed.
MixedArgumentTypeCoercion: src/Dsn.php#L23
src/Dsn.php:23:67: MixedArgumentTypeCoercion: Argument 5 of Yiisoft\Db\Connection\AbstractDsn::__construct expects array<array-key, string>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
PHP 8.2
The operation was canceled.
PHP 8.1
The job was canceled because "ubuntu-latest_8_3" failed.
MixedArgumentTypeCoercion: src/Dsn.php#L23
src/Dsn.php:23:67: MixedArgumentTypeCoercion: Argument 5 of Yiisoft\Db\Connection\AbstractDsn::__construct expects array<array-key, string>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
PHP 8.1
The operation was canceled.
PHP 8.3
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/