Skip to content

Commit

Permalink
Add older Rubies to CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo authored and nobu committed Feb 9, 2021
1 parent 098295f commit 74cb318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, head ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Run test
run: rake test
run: bundle install && bundle exec rake test
- id: build
run: |
rake build
Expand Down

0 comments on commit 74cb318

Please sign in to comment.