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.
1 parent 743473b commit 8c31445Copy full SHA for 8c31445
project_precommit_check
@@ -65,6 +65,13 @@ supported_configs = {
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
+ '4.2': {
70
+ 'version': 'Apple Swift version 4.2 '
71
+ '(swiftlang-1000.0.16.9 clang-1000.10.25.3)\n'
72
+ 'Target: x86_64-apple-darwin17.7.0\n',
73
+ 'description': 'Xcode 10 Beta 2 (contains Swift 4.2',
74
+ 'branch': 'swift-4.2-branch'
75
}
76
},
77
# NOTE: Linux isn't fully supported yet
0 commit comments