Skip to content

Commit

Permalink
fix: update compatible.json as fs.write
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Nov 15, 2023
1 parent e5239be commit 32e0a9a
Showing 1 changed file with 41 additions and 9 deletions.
50 changes: 41 additions & 9 deletions compatible.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,54 @@
{
"fullVersions": ["0.111", "0.110", "0.109", "0.108", "0.107", "0.106", "0.105", "0.104", "0.103"],
"lightVersions": ["0.2"],
"fullVersions": [
"0.111",
"0.110",
"0.109",
"0.108",
"0.107",
"0.106",
"0.105",
"0.104",
"0.103"
],
"lightVersions": [
"0.2"
],
"compatible": {
"0.111": {
"full": ["0.111", "0.110", "0.109"],
"light": ["0.2"]
"full": [
"0.111",
"0.110",
"0.109"
],
"light": [
"0.2"
]
},
"0.110": {
"full": ["0.111", "0.110", "0.109"],
"light": ["0.2"]
"full": [
"0.111",
"0.110",
"0.109"
],
"light": [
"0.2"
]
},
"0.106": {
"full": ["0.108", "0.107", "0.106", "0.105"],
"full": [
"0.108",
"0.107",
"0.106",
"0.105"
],
"light": []
},
"0.103": {
"full": ["0.104", "0.103"],
"full": [
"0.104",
"0.103"
],
"light": []
}
}
}
}

1 comment on commit 32e0a9a

@github-actions
Copy link

Choose a reason for hiding this comment

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

Packaging for test is done in 6871801553

Please sign in to comment.