Skip to content

Commit 613e3f2

Browse files
committed
project_precommit_check: Add 5.3 as a supported configuration
1 parent 2678460 commit 613e3f2

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
@@ -100,6 +100,13 @@ supported_configs = {
100100
'Target: x86_64-apple-darwin18.2.0\n',
101101
'description': 'Xcode 11.5 (contains Swift 5.2.4)',
102102
'branch': 'swift-5.2-branch'
103+
},
104+
'5.3': {
105+
'version': 'Apple Swift version 5.3.2 '
106+
'(swiftlang-1200.0.45 clang-1200.0.32.28)\n'
107+
'Target: x86_64-apple-darwin18.2.0\n',
108+
'description': 'Xcode 12.5 (contains Swift 5.3.3)',
109+
'branch': 'swift-5.3-branch'
103110
}
104111
},
105112
# NOTE: Linux isn't fully supported yet

0 commit comments

Comments
 (0)