-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatrix.json
55 lines (55 loc) · 1 KB
/
matrix.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"os": [
"ubuntu-latest",
"windows-latest",
"macos-latest"
],
"versions": {
"python": [
"3.10",
"3.11",
"3.12",
"3.13"
],
"ruby": [
"3.0.6",
"3.1.6",
"3.2.6",
"3.3.6",
"3.4.0",
"3.4.1",
"3.3.7",
"3.2.7",
"3.4.2"
],
"nodejs": [
"16",
"18",
"20",
"22",
"23"
],
"go": [
"1.23.0",
"1.23.1",
"1.23.2",
"1.23.3",
"1.23.4",
"1.23.5",
"1.23.6",
"1.24.0"
],
"rust": [
"1.79.0",
"1.80.0",
"1.81.0",
"1.82.0",
"1.83.0",
"1.84.0",
"1.84.1",
"1.85.0",
"stable"
]
},
"ghpages_branch": "ghgapes"
}