Bump the default min OS to 8.0

PiperOrigin-RevId: 223330879
diff --git a/src/TulsiGeneratorIntegrationTests/BazelIntegrationTestCase.swift b/src/TulsiGeneratorIntegrationTests/BazelIntegrationTestCase.swift
index 22b1b59..759619b 100644
--- a/src/TulsiGeneratorIntegrationTests/BazelIntegrationTestCase.swift
+++ b/src/TulsiGeneratorIntegrationTests/BazelIntegrationTestCase.swift
@@ -79,7 +79,7 @@
 
     // Set the default deployment versions for all platforms to prevent different Xcode from
     // producing different generated projects that only differ on *_DEPLOYMENT_VERSION values.
-    bazelBuildOptions.append("--ios_minimum_os=7.0")
+    bazelBuildOptions.append("--ios_minimum_os=8.0")
     bazelBuildOptions.append("--macos_minimum_os=10.10")
     bazelBuildOptions.append("--tvos_minimum_os=10.0")
     bazelBuildOptions.append("--watchos_minimum_os=3.0")
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index 9ace96b..1d73e48 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -21,6 +21,7 @@
     "ios_extension",
     "ios_unit_test",
     "ios_ui_test",
+    "ios_legacy_test",
 )
 load(
     "@build_bazel_rules_swift//swift:swift.bzl",
@@ -199,7 +200,7 @@
     ],
 )
 
-ios_unit_test(
+ios_legacy_test(
     name = "LegacyTests",
     minimum_os_version = "10.0",
     deps = [