Skip to content

Commit 383e10f

Browse files
author
Clack Cole
committed
Add 4.2 configuration to project_precommit_check
1 parent 743473b commit 383e10f

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
@@ -65,6 +65,13 @@ supported_configs = {
6565
'Target: x86_64-apple-darwin17.7.0\n',
6666
'description': 'Xcode 9.3 (contains Swift 4.1)',
6767
'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'
6875
}
6976
},
7077
# NOTE: Linux isn't fully supported yet

0 commit comments

Comments
 (0)