Skip to content

Commit f16f9c7

Browse files
committed
Update the CI matrix
1 parent f9f4203 commit f16f9c7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/ci.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- ruby: "3.3"
2929
env:
3030
BRANCH: 7-0-stable
31+
3132
- ruby: "2.7"
3233
env:
33-
BRANCH: 7-0-stable
34+
BRANCH: 7-1-stable
3435
experimental: false
3536
- ruby: "3.0"
3637
env:
@@ -47,6 +48,7 @@ jobs:
4748
- ruby: "3.3"
4849
env:
4950
BRANCH: 7-1-stable
51+
5052
- ruby: "3.1"
5153
env:
5254
BRANCH: 7-2-stable
@@ -58,10 +60,15 @@ jobs:
5860
- ruby: "3.3"
5961
env:
6062
BRANCH: 7-2-stable
61-
- ruby: "3.1"
63+
64+
- ruby: "3.2"
6265
env:
63-
BRANCH: main
64-
experimental: true
66+
BRANCH: 8-0-stable
67+
experimental: false
68+
- ruby: "3.3"
69+
env:
70+
BRANCH: 8-0-stable
71+
6572
- ruby: "3.2"
6673
env:
6774
BRANCH: main

0 commit comments

Comments
 (0)