You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ class SentryFrameworkArchitectureTest {
21
21
funcocoaVersions(): List<Arguments> =listOf(
22
22
Arguments.of("8.37.0"),
23
23
Arguments.of("8.38.0"),
24
-
Arguments.of("latest")
24
+
Arguments.of("8.57.3"),
25
+
// Arguments.of("latest"),
26
+
// TODO: Latest is already v9 which is currently failing - let's fix this when we bump to v9
0 commit comments