mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 12:23:48 +00:00
chore(release): bump Coolify versions to 4.3.6 and 4.3.7
This commit is contained in:
@@ -23,9 +23,9 @@ it('publishes v4 branch builds under the commit sha with a traceable internal ve
|
||||
->toContain('ARG COOLIFY_VERSION')
|
||||
->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}')
|
||||
->and($constants)
|
||||
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.5'")
|
||||
->and($versions['coolify']['v4']['version'])->toBe('4.3.5')
|
||||
->and($versions['coolify']['nightly']['version'])->toBe('4.3.6')
|
||||
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.6'")
|
||||
->and($versions['coolify']['v4']['version'])->toBe('4.3.6')
|
||||
->and($versions['coolify']['nightly']['version'])->toBe('4.3.7')
|
||||
->and($nightlyVersions)->toBe($versions);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user