Skip to content

Commit 2a88a03

Browse files
committed
[CI] Fixes Ruby versions for Buildkite Pipeline
1 parent 155c3e1 commit 2a88a03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
- "3.3"
2020
- "3.2"
2121
- "3.1"
22-
- "3.0"
2322
transport:
2423
- "8.3"
2524
ruby_source:
@@ -29,15 +28,15 @@ steps:
2928
adjustments:
3029
- with:
3130
suite: "platinum"
32-
ruby: "3.2"
31+
ruby: "3.1"
3332
skip: true
3433
- with:
3534
suite: "platinum"
36-
ruby: "3.1"
35+
ruby: "3.2"
3736
skip: true
3837
- with:
3938
suite: "platinum"
40-
ruby: "3.0"
39+
ruby: "3.3"
4140
skip: true
4241
- with:
4342
suite: "free"

0 commit comments

Comments
 (0)