Update minimum Git version required for overlay

This commit is contained in:
Henry Mercer
2026-03-23 18:35:34 +00:00
parent d48d054533
commit 28f56f2bed
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1936,7 +1936,7 @@ test.serial(
"Fallback due to old git version",
{
overlayDatabaseEnvVar: "overlay",
gitVersion: new GitVersionInfo("2.30.0", "2.30.0"), // Version below required 2.38.0
gitVersion: new GitVersionInfo("2.10.0", "2.10.0"), // Version below required 2.11.0
},
{
disabledReason: OverlayDisabledReason.IncompatibleGit,