Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3018,8 +3018,8 @@
"maintainer": "kishikawakatsumi@mac.com",
"compatibility": [
{
"version": "5.0",
"commit": "a60cb50b141d723ec51c1788fe454e93d468d5de"
"version": "5.9",
"commit": "e06a8c7588b01957228a59d5009fd24c31f6de38"
}
],
"platforms": [
Expand All @@ -3029,15 +3029,7 @@
{
"action": "BuildSwiftPackage",
"configuration": "release",
"tags": "sourcekit sourcekit-smoke",
"xfail": [
{
"issue": "Only Supports 5.9+",
"compatibility": "5.0",
Comment on lines -3035 to -3036
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this should no longer be needed now the version is correctly set to 5.9

"branch": ["release/5.8"],
"job": ["source-compat"]
}
]
"tags": "sourcekit sourcekit-smoke"
},
{
"action": "TestSwiftPackage"
Expand Down