Skip to content

Add tuple generator #151

Add tuple generator

Add tuple generator #151

Triggered via pull request May 28, 2024 06:09
Status Failure
Total duration 46s
Artifacts

tests.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
build (8.3): src/Collection/Stream/Collector/GenericCollector.php#L55
Method Munus\Collection\Stream\Collector\GenericCollector::of() should return Munus\Collection\Stream\Collector\GenericCollector<U, W> but returns Munus\Collection\Stream\Collector\GenericCollector<U, R|W>.
build (8.3): src/Collection/Traversable.php#L342
Method Munus\Collection\Traversable::min() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.3): src/Collection/Traversable.php#L362
Method Munus\Collection\Traversable::max() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.3)
Process completed with exit code 1.
build (8.1)
The job was canceled because "_8_3" failed.
build (8.1): src/Collection/Stream/Collector/GenericCollector.php#L55
Method Munus\Collection\Stream\Collector\GenericCollector::of() should return Munus\Collection\Stream\Collector\GenericCollector<U, W> but returns Munus\Collection\Stream\Collector\GenericCollector<U, R|W>.
build (8.1): src/Collection/Traversable.php#L342
Method Munus\Collection\Traversable::min() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.1): src/Collection/Traversable.php#L362
Method Munus\Collection\Traversable::max() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.1)
The operation was canceled.
build (8.2)
The job was canceled because "_8_3" failed.
build (8.2): src/Collection/Stream/Collector/GenericCollector.php#L55
Method Munus\Collection\Stream\Collector\GenericCollector::of() should return Munus\Collection\Stream\Collector\GenericCollector<U, W> but returns Munus\Collection\Stream\Collector\GenericCollector<U, R|W>.
build (8.2): src/Collection/Traversable.php#L342
Method Munus\Collection\Traversable::min() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.2): src/Collection/Traversable.php#L362
Method Munus\Collection\Traversable::max() should return Munus\Control\Option<T> but returns Munus\Control\Option<T|U>.
build (8.2)
The operation was canceled.
build (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (8.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/