Skip to content

Commit 702f6fa

Browse files
committed
Revert "[CI] Test JRuby 10.0"
This reverts commit 9bde3c3.
1 parent 9bde3c3 commit 702f6fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- "8.4"
1515
adjustments:
1616
- with: # JRuby tests
17-
ruby: "10.0"
17+
ruby: "9.4"
1818
ruby_source: "jruby"
1919
transport: "8.4"
2020
# Test for different versions of transport

.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: ['head', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0']
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)