Skip to content

Commit 8d520dc

Browse files
committed
chore(stacks): change symlink_table
1 parent 504b5b9 commit 8d520dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/storage.py

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

1616
symlink_table = {
17-
"go": ["1.16", "1.17", "1.18", "1.19", "1.20"],
17+
"go": ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22"],
1818
"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"],
19+
"node": ["12", "14", "16", "17", "18", "19", "20", "21"],
20+
"php": ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"],
2121
"python": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
2222
"ruby": ["2.6", "3.7", "3.0", "3.1", "3.2", "3.3"],
2323
"rust": ["1"],

0 commit comments

Comments
 (0)