Skip to content

Commit f91515b

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#145 from ankurp/swift-4
Adding config for Swift 4 support
2 parents 7cc6d04 + ebd5481 commit f91515b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,15 @@
549549
{
550550
"version": "3.0",
551551
"commit": "c0dd3c0f8cd5fa12f8b433f3f2e3e50fa7debdf5"
552+
},
553+
{
554+
"version": "4.0",
555+
"commit": "433d4ba9a3bec8aa739f05cb8505527aab7a30e7"
552556
}
553557
],
554558
"platforms": [
555-
"Darwin"
559+
"Darwin",
560+
"Linux"
556561
],
557562
"actions": [
558563
{

0 commit comments

Comments
 (0)