fix(ui): position table dropdowns outside overflowing containers

Update Coolify release metadata to version 4.3.7 and nightly 4.3.8.
This commit is contained in:
Andras Bacsai
2026-08-16 23:48:25 +02:00
parent 84021504b3
commit 70b9acc424
7 changed files with 51 additions and 14 deletions
+3 -3
View File
@@ -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.6'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.6')
->and($versions['coolify']['nightly']['version'])->toBe('4.3.7')
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.7'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.7')
->and($versions['coolify']['nightly']['version'])->toBe('4.3.8')
->and($nightlyVersions)->toBe($versions);
});