We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab13a commit d2f8604Copy full SHA for d2f8604
.buildkite/pipeline.yml
@@ -12,6 +12,7 @@ steps:
12
- "free"
13
- "platinum"
14
ruby:
15
+ - "3.3"
16
- "3.2"
17
- "3.1"
18
- "3.0"
@@ -31,11 +32,11 @@ steps:
31
32
- with:
33
stack_version: "8.14.0-SNAPSHOT"
34
suite: "free"
- ruby: "3.2"
35
+ ruby: "3.3"
36
37
38
suite: "platinum"
39
40
command: ./.buildkite/run-tests.sh
41
artifact_paths: "elasticsearch-api/tmp/*"
42
- wait: ~
0 commit comments