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 8b47cf6 commit 0e12717Copy full SHA for 0e12717
.buildkite/pipeline.yml
@@ -20,7 +20,7 @@ steps:
20
- "3.2"
21
- "3.1"
22
transport:
23
- - "8.3"
+ - "8.4"
24
ruby_source:
25
- 'ruby'
26
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
@@ -38,11 +38,6 @@ steps:
38
suite: "platinum"
39
ruby: "3.3"
40
skip: true
41
- - with:
42
- suite: "free"
43
- ruby: "3.4"
44
- ruby_source: "ruby"
45
- transport: "8.1"
46
- with:
47
suite: "free"
48
ruby: "3.4"
@@ -57,7 +52,7 @@ steps:
57
52
58
53
ruby: "9.4"
59
54
ruby_source: "jruby"
60
- transport: "8.3"
55
+ transport: "8.4"
61
56
command: ./.buildkite/run-tests.sh
62
# I'm publishing test results to HTML and JUnit in this directory and this directive makes them
63
# available in the Artifacts tab of a build in Buildkite.
0 commit comments