Skip to content

Commit

Permalink
Stop testing on Ruby 2
Browse files Browse the repository at this point in the history
These rubies are all past EOL
  • Loading branch information
jcoyne committed Feb 29, 2024
1 parent 5eee5c5 commit 33cfe81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [jruby-9.3.3.0, 2.7, '3.0', '3.1']
ruby: [jruby-9.3.3.0, '3.0', '3.1']
faraday: ['~> 0.17', '~> 1', '~>2']
steps:
- uses: actions/checkout@v2
Expand All @@ -27,11 +27,6 @@ jobs:
run: bundle exec rake
env:
FARADAY_VERSION: ${{ matrix.faraday}}
legacy_tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [jruby-9.2.20.0, 2.4, 2.5, 2.6, 2.7]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 33cfe81

Please sign in to comment.