Skip to content

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics #20

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics #20

Triggered via pull request April 23, 2024 08:04
@spawniaspawnia
synchronize #16
microplate
Status Failure
Total duration 2m 1s
Artifacts

validate.yml

on: pull_request
composer-validate
8s
composer-validate
static-code-analysis
21s
static-code-analysis
code-coverage
27s
code-coverage
mutation-tests
1m 53s
mutation-tests
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

38 errors and 11 warnings
Tests - PHP 7.4, Illuminate ^8.73, lowest
Your requirements could not be resolved to an installable set of packages. Problem 1 - mll-lab/graphql-php-scalars[v6.0.0, ..., v6.2.0] require php ^8 -> your php version (7.4.33) does not satisfy that requirement. - Root composer.json requires mll-lab/graphql-php-scalars ^6 -> satisfiable by mll-lab/graphql-php-scalars[v6.0.0, v6.1.0, v6.2.0].
Tests - PHP 7.4, Illuminate ^8.73, lowest
Process completed with exit code 2.
Tests - PHP 8.2, Illuminate ^8.73, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^10, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^10, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.2, Illuminate ^10, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.2, Illuminate ^9, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.2, Illuminate ^8.73, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^8.73, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^8.73, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^9, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.3, Illuminate ^9, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 7.4, Illuminate ^8.73, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 7.4, Illuminate ^8.73, highest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^8.73, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^8.73, highest
The operation was canceled.
Tests - PHP 8.0, Illuminate ^9, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.0, Illuminate ^9, highest
The operation was canceled.
Tests - PHP 8.2, Illuminate ^9, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.2, Illuminate ^9, highest
The operation was canceled.
Tests - PHP 8.0, Illuminate ^8.73, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.0, Illuminate ^8.73, lowest
The operation was canceled.
Tests - PHP 8.0, Illuminate ^9, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.0, Illuminate ^9, lowest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^10, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^10, lowest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^8.73, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^8.73, lowest
The operation was canceled.
Tests - PHP 8.0, Illuminate ^8.73, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.0, Illuminate ^8.73, highest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^9, lowest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^9, lowest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^10, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^10, highest
The operation was canceled.
Tests - PHP 8.1, Illuminate ^9, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.1, Illuminate ^9, highest
The operation was canceled.
Tests - PHP 8.2, Illuminate ^10, highest
The job was canceled because "_7_4_lowest__8_73" failed.
Tests - PHP 8.2, Illuminate ^10, highest
The operation was canceled.
code-coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mutation-tests: src/BavarianHolidays.php#L100
Escaped Mutant for Mutator "ProtectedVisibility": --- Original +++ New @@ @@ * * @return array<string, string> */ - protected static function buildHolidayMap(Carbon $date) : array + private static function buildHolidayMap(Carbon $date) : array { $holidays = self::HOLIDAYS_STATIC; $year = $date->year;
mutation-tests: src/BavarianHolidays.php#L112
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $easter = Carbon::createMidnightDate($year, 3, 21)->addDays(easter_days($year)); $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; - $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; + $holidays[self::dateFromEaster($easter, 2)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG;
mutation-tests: src/BavarianHolidays.php#L113
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; - $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; + $holidays[self::dateFromEaster($easter, 38)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM;
mutation-tests: src/BavarianHolidays.php#L113
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; - $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; + $holidays[self::dateFromEaster($easter, 40)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM;
mutation-tests: src/BavarianHolidays.php#L114
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; - $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; + $holidays[self::dateFromEaster($easter, 48)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays
mutation-tests: src/BavarianHolidays.php#L114
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; - $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; + $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays
mutation-tests: src/BavarianHolidays.php#L115
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; - $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; + $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) {
mutation-tests: src/BavarianHolidays.php#L115
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; - $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; + $holidays[self::dateFromEaster($easter, 51)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) {
mutation-tests: src/BavarianHolidays.php#L116
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; - $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; + $holidays[self::dateFromEaster($easter, 59)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) { $holidays['31.10'] = self::REFORMATIONSTAG_500_JAHRE_REFORMATION;
mutation-tests: src/BavarianHolidays.php#L116
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; - $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; + $holidays[self::dateFromEaster($easter, 61)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) { $holidays['31.10'] = self::REFORMATIONSTAG_500_JAHRE_REFORMATION;