Skip to content

Commit eab5edc

Browse files
committed
Remove main because it's failing
1 parent 9e9cf4c commit eab5edc

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

.github/version-matrix.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
[
22
{
3+
"label": "last",
34
"rails_version": "8.0.0",
4-
"ruby_version": "3.3",
5-
"label": "last"
5+
"ruby_version": "3.3"
66
},
77
{
8+
"label": "dotcom",
89
"rails_version": "8.1.0.beta1",
9-
"ruby_version": "3.4",
10-
"label": "dotcom"
10+
"ruby_version": "3.4"
1111
},
1212
{
13+
"label": "latest",
1314
"rails_version": "latest",
14-
"ruby_version": "3.4",
15-
"label": "latest"
16-
},
17-
{
18-
"rails_version": "main",
19-
"ruby_version": "3.4",
20-
"label": "main"
15+
"ruby_version": "3.4"
2116
}
2217
]

0 commit comments

Comments
 (0)