make the event bus optional #1298
backward-compatibility-check.yml
on: pull_request
Matrix: Backward Compatibility Check
Annotations
10 errors and 1 warning
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/FilterEventMiddleware.php#L21
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\FilterEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/OnlyArchivedEventMiddleware.php#L14
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\OnlyArchivedEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/RecalculatePlayheadMiddleware.php#L18
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\RecalculatePlayheadMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/ExcludeEventMiddleware.php#L18
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\ExcludeEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/IncludeEventMiddleware.php#L18
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\IncludeEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/ChainMiddleware.php#L20
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\ChainMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/UntilEventMiddleware.php#L19
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\UntilEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/ExcludeArchivedEventMiddleware.php#L14
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\ExcludeArchivedEventMiddleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/Middleware.php#L12
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\Middleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to a non-contravariant Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest):
src/Pipeline/Middleware/Middleware.php#L12
The parameter $message of Patchlevel\EventSourcing\Pipeline\Middleware\Middleware#__invoke() changed from Patchlevel\EventSourcing\EventBus\Message to Patchlevel\EventSourcing\Message\Message
|
Backward Compatibility Check (locked, 8.2, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|