Skip to content

Commit 5a45533

Browse files
committed
chore(stacks): change symlink table
1 parent 976f7c3 commit 5a45533

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/storage.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
)
1515

1616
symlink_table = {
17-
"go": ["1.16", "1.17", "1.18"],
18-
"java": ["8", "11", "17", "18", "19"],
19-
"node": ["12", "14", "16"],
20-
"php": ["7.3", "7.4", "8.0", "8.1"],
21-
"python": ["2.7", "3.7", "3.8", "3.9", "3.10"],
22-
"ruby": ["2.6", "3.7", "3.0", "3.1"],
17+
"go": ["1.16", "1.17", "1.18", "1.19", "1.20"],
18+
"java": ["8", "11", "17", "18", "19", "20", "21", "22"],
19+
"node": ["12", "14", "16", "17", "18", "19", "20"],
20+
"php": ["7.3", "7.4", "8.0", "8.1", "8.2"],
21+
"python": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
22+
"ruby": ["2.6", "3.7", "3.0", "3.1", "3.2", "3.3"],
2323
"rust": ["1"],
2424
}
2525

0 commit comments

Comments
 (0)