Merge pull request #582 from mchev/master

Hot fix  #280
This commit is contained in:
mchev
2026-03-24 12:26:27 +01:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php
use App\Console\Commands\UpdateCommand;
it('reads installed version from version file', function () {
$command = app(UpdateCommand::class);
$expectedVersion = preg_replace('~[\r\n]+~', '', file_get_contents(base_path('version.md')));
expect($command->getInstalledVersion())->toBe($expectedVersion);
});

View File

@@ -1 +1 @@
2.2.0-alpha2
2.2.1