⬆️ upgrade to php 8.4 #46
Annotations
2 errors and 6 warnings
|
PHP 8.1
Process completed with exit code 2.
|
|
PHP 8.1
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires infection/infection ^0.29.14 -> satisfiable by infection/infection[0.29.14].
- infection/infection 0.29.14 requires php ^8.2 -> your php version (8.1.32) does not satisfy that requirement.
|
|
PHP 8.4
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
PHP 8.4:
src/Literal/ShellArgument.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
if (!$this->value) {
throw new ShellBuilderException('Argument cant be empty');
}
- parent::validate();
+
}
}
|
|
PHP 8.2
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
PHP 8.2:
src/Literal/ShellArgument.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
if (!$this->value) {
throw new ShellBuilderException('Argument cant be empty');
}
- parent::validate();
+
}
}
|
|
PHP 8.3
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
PHP 8.3:
src/Literal/ShellArgument.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
if (!$this->value) {
throw new ShellBuilderException('Argument cant be empty');
}
- parent::validate();
+
}
}
|