Update workflows #26
tests.yml
on: push
Authorize
0s
Matrix: Prepare Dependencies
Matrix: Composer Normalize
Matrix: Composer Normalize
Matrix: PEST
Matrix: PHP CS Fixer
Matrix: PHPStan
Matrix: Psalm
Matrix: Rector
Annotations
4 errors
Prepare Dependencies (8.2)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- vimeo/psalm[5.0.0, ..., 5.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- vimeo/psalm[5.0.0-alpha1, ..., 5.0.0-rc1] require php ^7.4 || ~8.0.0 || ~8.1.0 -> your php version (8.2.9) does not satisfy that requirement.
- Root composer.json requires vimeo/psalm ^5 -> satisfiable by vimeo/psalm[5.0.0-alpha1, ..., 5.x-dev].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/20-curl.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/20-simplexml.ini
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini
- /etc/php/8.2/cli/conf.d/99-pecl.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-dom` to temporarily ignore these required extensions.
|
Prepare Dependencies (8.2)
Process completed with exit code 2.
|
Prepare Dependencies (8.1)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- vimeo/psalm[5.0.0-alpha1, ..., 5.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- Root composer.json requires vimeo/psalm ^5 -> satisfiable by vimeo/psalm[5.0.0-alpha1, ..., 5.x-dev].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.1/cli/php.ini
- /etc/php/8.1/cli/conf.d/20-curl.ini
- /etc/php/8.1/cli/conf.d/20-mbstring.ini
- /etc/php/8.1/cli/conf.d/20-phar.ini
- /etc/php/8.1/cli/conf.d/20-simplexml.ini
- /etc/php/8.1/cli/conf.d/20-tokenizer.ini
- /etc/php/8.1/cli/conf.d/99-pecl.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-dom` to temporarily ignore these required extensions.
|
Prepare Dependencies (8.1)
Process completed with exit code 2.
|