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: .github/workflows/benchmarks.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,10 @@ on:
76
76
description: "Environment variables for Linux jobs as JSON (e.g., '{\"DEBUG\":\"1\",\"LOG_LEVEL\":\"info\"}')."
77
77
default: "{}"
78
78
79
-
permissions:
80
-
contents: read
79
+
minimum_swift_version:
80
+
type: string
81
+
description: "Minimum Swift version to include in the matrix. Leave empty for auto-detection from Package.swift, specify a version like '6.0' to override, or set to 'none' to disable filtering."
Copy file name to clipboardExpand all lines: .github/workflows/cxx_interop.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,10 @@ on:
73
73
description: "Environment variables for Windows jobs as JSON (e.g., '{\"DEBUG\":\"1\",\"LOG_LEVEL\":\"info\"}')."
74
74
default: "{}"
75
75
76
-
permissions:
77
-
contents: read
76
+
minimum_swift_version:
77
+
type: string
78
+
description: "Minimum Swift version to include in the matrix. Leave empty for auto-detection from Package.swift, specify a version like '6.0' to override, or set to 'none' to disable filtering."
Copy file name to clipboardExpand all lines: .github/workflows/release_builds.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,10 @@ on:
105
105
description: "Environment variables for Windows jobs as JSON (e.g., '{\"DEBUG\":\"1\",\"LOG_LEVEL\":\"info\"}')."
106
106
default: "{}"
107
107
108
-
permissions:
109
-
contents: read
108
+
minimum_swift_version:
109
+
type: string
110
+
description: "Minimum Swift version to include in the matrix. Leave empty for auto-detection from Package.swift, specify a version like '6.0' to override, or set to 'none' to disable filtering."
Copy file name to clipboardExpand all lines: .github/workflows/unit_tests.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,11 @@ on:
145
145
description: "Environment variables for Windows jobs as JSON (e.g., '{\"DEBUG\":\"1\",\"LOG_LEVEL\":\"info\"}')."
146
146
default: "{}"
147
147
148
+
minimum_swift_version:
149
+
type: string
150
+
description: "Minimum Swift version to include in the matrix. Leave empty for auto-detection from Package.swift, specify a version like '6.0' to override, or set to 'none' to disable filtering."
0 commit comments