Skip to content

Commit 8b3f4c9

Browse files
committed
[CI] Updates version in pipeline
1 parent ee1f593 commit 8b3f4c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.buildkite/pipeline.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ steps:
88
- "3.4"
99
- "3.3"
1010
- "3.2"
11-
- "3.1"
1211
ruby_source:
1312
- "ruby"
1413
transport:
@@ -17,7 +16,7 @@ steps:
1716
- with: # JRuby tests
1817
ruby: "9.4"
1918
ruby_source: "jruby"
20-
transport: "8.3"
19+
transport: "8.4"
2120
# Test for different versions of transport
2221
- with:
2322
ruby: "3.4"
@@ -26,7 +25,7 @@ steps:
2625
- with:
2726
ruby: "3.4"
2827
ruby_source: "ruby"
29-
transport: "8.2"
28+
transport: "8.3"
3029
env:
3130
RUBY_VERSION: "{{ matrix.ruby }}"
3231
STACK_VERSION: 9.0.0-SNAPSHOT

0 commit comments

Comments
 (0)