We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4203 commit f16f9c7Copy full SHA for f16f9c7
.github/workflows/ci.yml
@@ -28,9 +28,10 @@ jobs:
28
- ruby: "3.3"
29
env:
30
BRANCH: 7-0-stable
31
+
32
- ruby: "2.7"
33
- BRANCH: 7-0-stable
34
+ BRANCH: 7-1-stable
35
experimental: false
36
- ruby: "3.0"
37
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
BRANCH: 7-1-stable
51
52
- ruby: "3.1"
53
54
BRANCH: 7-2-stable
@@ -58,10 +60,15 @@ jobs:
58
60
59
61
62
- - ruby: "3.1"
63
64
+ - ruby: "3.2"
65
- BRANCH: main
- experimental: true
66
+ BRANCH: 8-0-stable
67
+ experimental: false
68
+ - ruby: "3.3"
69
+ env:
70
71
72
- ruby: "3.2"
73
74
BRANCH: main
0 commit comments