We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb53ab + 40f44f4 commit 743473bCopy full SHA for 743473b
project_precommit_check
@@ -58,6 +58,13 @@ supported_configs = {
58
'Target: x86_64-apple-macosx10.9\n',
59
'description': 'Xcode 9.2 (contains Swift 4.0.3)',
60
'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'
68
}
69
},
70
# NOTE: Linux isn't fully supported yet
0 commit comments