mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This should fix the ci issues.
This commit is contained in:
parent
92e7f344e0
commit
f9d4a43e05
@ -162,9 +162,6 @@ class UpdateRequest implements UpdateRequestInterface
|
|||||||
// a newer version is available!
|
// a newer version is available!
|
||||||
/** @var Carbon $released */
|
/** @var Carbon $released */
|
||||||
$released = $information['date'];
|
$released = $information['date'];
|
||||||
$today = today(config('app.timezone'))->startOfDay();
|
|
||||||
$diff = $today->diffInDays($released);
|
|
||||||
$expectedDiff = config('firefly.update_minimum_age') ?? 6;
|
|
||||||
$isBeta = $information['is_beta'] ?? false;
|
$isBeta = $information['is_beta'] ?? false;
|
||||||
$isAlpha = $information['is_alpha'] ?? false;
|
$isAlpha = $information['is_alpha'] ?? false;
|
||||||
|
|
||||||
@ -214,7 +211,7 @@ class UpdateRequest implements UpdateRequestInterface
|
|||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function runsSameVersion(string $current)
|
private function runsSameVersion(string $current): array
|
||||||
{
|
{
|
||||||
$return = [
|
$return = [
|
||||||
'level' => 'info',
|
'level' => 'info',
|
||||||
|
Loading…
Reference in New Issue
Block a user