Skip to content

Commit 40f44f4

Browse files
author
Clack Cole
committed
Add 4.1 configuration to project_precommit_check
1 parent 6eb53ab commit 40f44f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project_precommit_check

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ supported_configs = {
5858
'Target: x86_64-apple-macosx10.9\n',
5959
'description': 'Xcode 9.2 (contains Swift 4.0.3)',
6060
'branch': 'swift-4.0-branch'
61+
},
62+
'4.1': {
63+
'version': 'Apple Swift version 4.1 '
64+
'(swiftlang-902.0.48 clang-902.0.37.1)\n'
65+
'Target: x86_64-apple-darwin17.7.0\n',
66+
'description': 'Xcode 9.3 (contains Swift 4.1)',
67+
'branch': 'swift-4.1-branch'
6168
}
6269
},
6370
# NOTE: Linux isn't fully supported yet

0 commit comments

Comments
 (0)