Test against PHP 8.4 #356
continuous-integration.yml
on: pull_request
Matrix: phpunit-mysql
Matrix: quality-checks
Annotations
10 errors and 3 warnings
Tests (PHP 8.4 / MySQL 8.0)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires vimeo/psalm 5.26.1 -> satisfiable by vimeo/psalm[5.26.1].
- vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
Problem 2
- Root composer.json requires psalm/plugin-phpunit 0.19.0 -> satisfiable by psalm/plugin-phpunit[0.19.0].
- psalm/plugin-phpunit 0.19.0 requires vimeo/psalm dev-master || ^5@beta || ^5.0 -> satisfiable by vimeo/psalm[5.26.1].
- vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
|
Tests (PHP 8.4 / MySQL 8.0)
Process completed with exit code 2.
|
Tests (PHP 8.3 / MySQL 8.0)
The job was canceled because "_8_4_8_0_highest_Tests_--" failed.
|
Tests (PHP 8.3 / MySQL 8.0)
A task was canceled.
|
Tests (PHP 8.2 / MySQL 8.0)
The job was canceled because "_8_4_8_0_highest_Tests_--" failed.
|
Tests (PHP 8.2 / MySQL 8.0)
The operation was canceled.
|
Tests (PHP 8.1 / MySQL 8.0)
The job was canceled because "_8_4_8_0_highest_Tests_--" failed.
|
Tests (PHP 8.1 / MySQL 8.0)
The operation was canceled.
|
Infection (PHP 8.3 / MySQL 8.0)
The job was canceled because "_8_4_8_0_highest_Tests_--" failed.
|
Infection (PHP 8.3 / MySQL 8.0)
The operation was canceled.
|
UndefinedMethod:
src/Statement.php#L92
src/Statement.php:92:47: UndefinedMethod: Method Doctrine\DBAL\Connection::canTryAgain does not exist (see https://psalm.dev/022)
|
UndefinedMethod:
src/Statement.php#L96
src/Statement.php:96:41: UndefinedMethod: Method Doctrine\DBAL\Connection::increaseAttemptCount does not exist (see https://psalm.dev/022)
|
Infection (PHP 8.3 / MySQL 8.0):
src/ConnectionTrait.php#L120
Escaped Mutant for Mutator "PublicVisibility":
--- Original
+++ New
@@ @@
/**
* @internal
*/
- public function resetAttemptCount() : void
+ protected function resetAttemptCount() : void
{
$this->currentAttempts = 0;
}
|