Skip to content

Commit 6062fa8

Browse files
committed
Update the projects JSON file to support release/5.4 branch
1 parent 2c88ad5 commit 6062fa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
{
20562056
"issue": "rdar://problem/68590422",
20572057
"compatibility": ["4.0", "5.1"],
2058-
"branch": "main",
2058+
"branch": ["main", "release/5.4"],
20592059
"configuration": "debug"
20602060
}
20612061
]
@@ -2070,7 +2070,7 @@
20702070
{
20712071
"issue": "rdar://problem/68590422",
20722072
"compatibility": ["4.0", "5.1"],
2073-
"branch": "main",
2073+
"branch": ["main", "release/5.4"],
20742074
"configuration": "debug"
20752075
}
20762076
]
@@ -2350,7 +2350,7 @@
23502350
"xfail": {
23512351
"issue": "https://bugs.swift.org/browse/SR-11141",
23522352
"compatibility": "5.1",
2353-
"branch": ["main", "release/5.3"]
2353+
"branch": ["main", "release/5.3", "release/5.4"]
23542354
}
23552355
},
23562356
{
@@ -2455,7 +2455,7 @@
24552455
{
24562456
"issue": "https://bugs.swift.org/browse/SR-13190",
24572457
"compatibility": ["4.0", "5.1"],
2458-
"branch": "main"
2458+
"branch": ["main", "release/5.4"]
24592459
}
24602460
]
24612461
},

0 commit comments

Comments
 (0)