Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 582bd8d

Browse files
committedOct 31, 2024·
Update the CI matrix
1 parent f9f4203 commit 582bd8d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed
 

‎.github/workflows/ci.yml

+14-3
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,19 @@ jobs:
5860
- ruby: "3.3"
5961
env:
6062
BRANCH: 7-2-stable
63+
6164
- ruby: "3.1"
6265
env:
63-
BRANCH: main
64-
experimental: true
66+
BRANCH: 8-0-stable
67+
experimental: false
68+
- ruby: "3.2"
69+
env:
70+
BRANCH: 8-0-stable
71+
experimental: false
72+
- ruby: "3.3"
73+
env:
74+
BRANCH: 8-0-stable
75+
6576
- ruby: "3.2"
6677
env:
6778
BRANCH: main

0 commit comments

Comments
 (0)
Please sign in to comment.