Skip to content

Commit a055017

Browse files
committed
[CI] Updates transport version in Buildkite pipeline
1 parent 26047b6 commit a055017

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- "3.1"
2121
- "3.0"
2222
transport:
23-
- "8.2"
23+
- "8.3"
2424
ruby_source:
2525
- 'ruby'
2626
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
@@ -42,12 +42,12 @@ steps:
4242
suite: "free"
4343
ruby: "3.3"
4444
ruby_source: "ruby"
45-
transport: "8.0"
45+
transport: "8.1"
4646
- with:
4747
suite: "free"
4848
ruby: "3.3"
4949
ruby_source: "ruby"
50-
transport: "8.1"
50+
transport: "8.2"
5151
- with:
5252
suite: "free"
5353
ruby: "3.3"
@@ -57,7 +57,7 @@ steps:
5757
suite: "free"
5858
ruby: "9.4"
5959
ruby_source: "jruby"
60-
transport: "8.2"
60+
transport: "8.3"
6161
command: ./.buildkite/run-tests.sh
6262
# I'm publishing test results to HTML and JUnit in this directory and this directive makes them
6363
# available in the Artifacts tab of a build in Buildkite.

0 commit comments

Comments
 (0)