feat: integrate sdk #95
php.yml
on: pull_request
Code Style
13s
Static Analysis
18s
Matrix: phpunit
Annotations
2 errors
|
Integration Tests (windows-latest)
Process completed with exit code 1.
|
|
Integration Tests (windows-latest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires PHP extension ext-pdo_mysql * but it is missing from your system. Install or enable PHP's pdo_mysql extension.
Problem 2
- Root composer.json requires PHP extension ext-pdo_pgsql * but it is missing from your system. Install or enable PHP's pdo_pgsql extension.
To enable extensions, verify that they are enabled in your .ini files:
- C:\tools\php\php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-pdo_mysql --ignore-platform-req=ext-pdo_pgsql` to temporarily ignore these required extensions.
|