Skip to content

Commit b99db59

Browse files
authored
Update unit_tests.yml to disable 5.9 by default (#56)
Update unit_tests.yml to disable 5.9 by default
1 parent ea7112a commit b99db59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
inputs:
66
linux_5_9_enabled:
77
type: boolean
8-
description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to true."
9-
default: true
8+
description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to false."
9+
default: false
1010
linux_5_9_arguments_override:
1111
type: string
1212
description: "The arguments passed to swift test in the Linux 5.9 Swift version matrix job."

0 commit comments

Comments
 (0)