Skip to content

Commit 9b162ed

Browse files
committed
[CI] Updates: drop Ruby 3.1 (eol) adds Ruby and JRuby head
1 parent 50d2922 commit 9b162ed

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 6 deletions
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,16 +16,12 @@ 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"
2423
ruby_source: "ruby"
2524
transport: "main"
26-
- with:
27-
ruby: "3.4"
28-
ruby_source: "ruby"
29-
transport: "8.2"
3025
env:
3126
RUBY_VERSION: "{{ matrix.ruby }}"
3227
STACK_VERSION: 9.1.0-SNAPSHOT

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4']
17+
ruby: ['head', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4', 'jruby-head']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)