Skip to content

Commit 0e12717

Browse files
committed
[CI] Updates transport versions
1 parent 8b47cf6 commit 0e12717

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- "3.2"
2121
- "3.1"
2222
transport:
23-
- "8.3"
23+
- "8.4"
2424
ruby_source:
2525
- 'ruby'
2626
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
@@ -38,11 +38,6 @@ steps:
3838
suite: "platinum"
3939
ruby: "3.3"
4040
skip: true
41-
- with:
42-
suite: "free"
43-
ruby: "3.4"
44-
ruby_source: "ruby"
45-
transport: "8.1"
4641
- with:
4742
suite: "free"
4843
ruby: "3.4"
@@ -57,7 +52,7 @@ steps:
5752
suite: "free"
5853
ruby: "9.4"
5954
ruby_source: "jruby"
60-
transport: "8.3"
55+
transport: "8.4"
6156
command: ./.buildkite/run-tests.sh
6257
# I'm publishing test results to HTML and JUnit in this directory and this directive makes them
6358
# available in the Artifacts tab of a build in Buildkite.

0 commit comments

Comments
 (0)