build: add support for PHP 8.4 #54
Annotations
2 errors and 12 warnings
CI (ubuntu-latest, 8.4)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires vimeo/psalm ^5.22 -> satisfiable by vimeo/psalm[5.22.0, ..., 5.x-dev].
- vimeo/psalm[5.22.0, ..., 5.x-dev] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.2) does not satisfy that requirement.
|
CI (ubuntu-latest, 8.4)
Process completed with exit code 2.
|
CI (ubuntu-latest, 8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI (ubuntu-latest, 8.3):
src/Exceptions/InvalidAccessToken.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.3):
src/Exceptions/QuotaExceeded.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Request Quota has been exceeded');
+
}
}
|
CI (ubuntu-latest, 8.3):
src/Exceptions/UnknownStation.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|
CI (ubuntu-latest, 8.3)
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/
|
CI (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI (ubuntu-latest, 8.4)
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/
|
CI (ubuntu-latest, 8.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI (ubuntu-latest, 8.2)
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/
|
CI (ubuntu-latest, 8.2):
src/Exceptions/InvalidAccessToken.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.2):
src/Exceptions/QuotaExceeded.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Request Quota has been exceeded');
+
}
}
|
CI (ubuntu-latest, 8.2):
src/Exceptions/UnknownStation.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|