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 ee1f593 commit 8b3f4c9Copy full SHA for 8b3f4c9
.buildkite/pipeline.yml
@@ -8,7 +8,6 @@ steps:
8
- "3.4"
9
- "3.3"
10
- "3.2"
11
- - "3.1"
12
ruby_source:
13
- "ruby"
14
transport:
@@ -17,7 +16,7 @@ steps:
17
16
- with: # JRuby tests
18
ruby: "9.4"
19
ruby_source: "jruby"
20
- transport: "8.3"
+ transport: "8.4"
21
# Test for different versions of transport
22
- with:
23
ruby: "3.4"
@@ -26,7 +25,7 @@ steps:
26
25
27
28
ruby_source: "ruby"
29
- transport: "8.2"
+ transport: "8.3"
30
env:
31
RUBY_VERSION: "{{ matrix.ruby }}"
32
STACK_VERSION: 9.0.0-SNAPSHOT
0 commit comments