Skip to content

Commit d2f8604

Browse files
committed
[CI] Adds Ruby 3.3 to Buildkite build
1 parent 25ab13a commit d2f8604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
- "free"
1313
- "platinum"
1414
ruby:
15+
- "3.3"
1516
- "3.2"
1617
- "3.1"
1718
- "3.0"
@@ -31,11 +32,11 @@ steps:
3132
- with:
3233
stack_version: "8.14.0-SNAPSHOT"
3334
suite: "free"
34-
ruby: "3.2"
35+
ruby: "3.3"
3536
- with:
3637
stack_version: "8.14.0-SNAPSHOT"
3738
suite: "platinum"
38-
ruby: "3.2"
39+
ruby: "3.3"
3940
command: ./.buildkite/run-tests.sh
4041
artifact_paths: "elasticsearch-api/tmp/*"
4142
- wait: ~

0 commit comments

Comments
 (0)