Skip to content

Add/qdrant integration #20

Add/qdrant integration

Add/qdrant integration #20

Triggered via pull request October 7, 2024 01:16
Status Failure
Total duration 31s
Artifacts

test-php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
PHPStan
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - hkulekci/qdrant is locked to version v0.5.7 and an update of this package was not requested. - hkulekci/qdrant v0.5.7 requires php ^8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 2 - psr/log is locked to version 3.0.2 and an update of this package was not requested. - psr/log 3.0.2 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement. Problem 3 - symfony/deprecation-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/deprecation-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 4 - symfony/http-client is locked to version v6.4.12 and an update of this package was not requested. - symfony/http-client v6.4.12 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 5 - symfony/http-client-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/http-client-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 6 - symfony/service-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/service-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.
PHPStan
Process completed with exit code 2.
PHPLint
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - hkulekci/qdrant is locked to version v0.5.7 and an update of this package was not requested. - hkulekci/qdrant v0.5.7 requires php ^8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 2 - psr/log is locked to version 3.0.2 and an update of this package was not requested. - psr/log 3.0.2 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement. Problem 3 - symfony/deprecation-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/deprecation-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 4 - symfony/http-client is locked to version v6.4.12 and an update of this package was not requested. - symfony/http-client v6.4.12 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 5 - symfony/http-client-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/http-client-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 6 - symfony/service-contracts is locked to version v3.5.0 and an update of this package was not requested. - symfony/service-contracts v3.5.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.
PHPLint
Process completed with exit code 2.
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan
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/
PHPLint
The following actions uses node12 which is deprecated and will be forced to run on node16: shivammathur/setup-php@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPLint
The following actions use a deprecated Node.js version and will be forced to run on node20: shivammathur/setup-php@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPLint
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/
PHPLint
setup-php v1 is deprecated. Please upgrade to v2 - https://setup-php.com/w/Switch-to-v2