Skip to content

Commit d75436e

Browse files
authored
moved project to the correct order
1 parent 58d3d3f commit d75436e

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

projects.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,41 @@
630630
}
631631
]
632632
},
633+
{
634+
"repository": "Git",
635+
"url": "https://github.com/exercism/swift.git",
636+
"path": "exercism-swift",
637+
"branch": "master",
638+
"maintainer": "[email protected]",
639+
"compatibility": [
640+
{
641+
"version": "4.2",
642+
"commit": "38a17de8717a2282fd4ff62cd1ce732b926bf4ab"
643+
}
644+
],
645+
"platforms": [
646+
"Darwin",
647+
"Linux"
648+
],
649+
"actions": [
650+
{
651+
"action": "BuildSwiftPackage",
652+
"configuration": "release",
653+
"xfail": {
654+
"compatibility": {
655+
"4.2": {
656+
"branch": {
657+
"master": "https://bugs.swift.org/browse/SR-8307"
658+
}
659+
}
660+
}
661+
}
662+
},
663+
{
664+
"action": "TestSwiftPackage"
665+
}
666+
]
667+
},
633668
{
634669
"repository": "Git",
635670
"url": "https://github.com/masters3d/xswift.git",
@@ -2796,40 +2831,5 @@
27962831
}
27972832
}
27982833
]
2799-
},
2800-
{
2801-
"repository": "Git",
2802-
"url": "https://github.com/exercism/swift.git",
2803-
"path": "exercism-swift",
2804-
"branch": "master",
2805-
"maintainer": "[email protected]",
2806-
"compatibility": [
2807-
{
2808-
"version": "4.2",
2809-
"commit": "38a17de8717a2282fd4ff62cd1ce732b926bf4ab"
2810-
}
2811-
],
2812-
"platforms": [
2813-
"Darwin",
2814-
"Linux"
2815-
],
2816-
"actions": [
2817-
{
2818-
"action": "BuildSwiftPackage",
2819-
"configuration": "release",
2820-
"xfail": {
2821-
"compatibility": {
2822-
"4.2": {
2823-
"branch": {
2824-
"master": "https://bugs.swift.org/browse/SR-8307"
2825-
}
2826-
}
2827-
}
2828-
}
2829-
},
2830-
{
2831-
"action": "TestSwiftPackage"
2832-
}
2833-
]
2834-
}
2834+
}
28352835
]

0 commit comments

Comments
 (0)