Skip to content

Commit 2e7df61

Browse files
committed
chore(scripts): change symlink table
1 parent 070d4e0 commit 2e7df61

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", "1.19", "1.20", "1.21", "1.22"],
18-
"java": ["8", "11", "17", "18", "19", "20", "21", "22"],
19-
"node": ["12", "14", "16", "17", "18", "19", "20", "21"],
20-
"php": ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"],
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"],
17+
"go": ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23"],
18+
"java": ["8", "11", "17", "18", "19", "20", "21", "22", "23", "24"],
19+
"node": ["12", "14", "16", "17", "18", "19", "20", "21", "22", "23"],
20+
"php": ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"],
21+
"python": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
22+
"ruby": ["2.6", "3.7", "3.0", "3.1", "3.2", "3.3", "3.4"],
2323
"rust": ["1"],
2424
}
2525

0 commit comments

Comments
 (0)