Skip to content

Commit

Permalink
Remove older ruby tests
Browse files Browse the repository at this point in the history
Ruby 2.0 does not support Rainbow 3
  • Loading branch information
JuanVqz committed Sep 24, 2024
1 parent 9e1940e commit 2b640d3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,3 @@ jobs:
bundler-cache: true
- name: Run rake task
run: bundle exec rake

test_older:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: [2.2, 2.1, 2.0.0]

steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rake task
run: bundle exec rake

0 comments on commit 2b640d3

Please sign in to comment.