Skip to content

Commit

Permalink
[CI] Removes 3.0 testing in testing pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 25, 2024
1 parent 49a8082 commit 6c22a75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ steps:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
transport:
- "8.3"
ruby_source:
Expand All @@ -34,10 +33,6 @@ steps:
suite: "platinum"
ruby: "3.1"
skip: true
- with:
suite: "platinum"
ruby: "3.0"
skip: true
- with:
suite: "free"
ruby: "3.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
ruby: [ '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6c22a75

Please sign in to comment.