Skip to content

Commit 6c22a75

Browse files
committed
[CI] Removes 3.0 testing in testing pipelines
1 parent 49a8082 commit 6c22a75

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ steps:
1818
- "3.3"
1919
- "3.2"
2020
- "3.1"
21-
- "3.0"
2221
transport:
2322
- "8.3"
2423
ruby_source:
@@ -34,10 +33,6 @@ steps:
3433
suite: "platinum"
3534
ruby: "3.1"
3635
skip: true
37-
- with:
38-
suite: "platinum"
39-
ruby: "3.0"
40-
skip: true
4136
- with:
4237
suite: "free"
4338
ruby: "3.3"

.github/workflows/8.17.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.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: [ '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)