Skip to content

Commit 0e25af0

Browse files
authored
Merge pull request #508 from lorentey/register-5.3
project_precommit_check: Add 5.3 as a supported configuration
2 parents cb50207 + 43fdea1 commit 0e25af0

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-darwin20.3.0\n',
108+
'description': 'Xcode 12.4 (contains Swift 5.3.2)',
109+
'branch': 'swift-5.3-branch'
103110
}
104111
},
105112
# NOTE: Linux isn't fully supported yet

0 commit comments

Comments
 (0)