Skip to content

Commit 63d1621

Browse files
committed
Add older Rubies to CI as well
1 parent 5d0e26c commit 63d1621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
10+
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, head ]
1111
os: [ ubuntu-latest, macos-latest, windows-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
2424
- name: Run test
25-
run: rake test
25+
run: bundle install && bundle exec rake test
2626
- id: build
2727
run: |
2828
rake build

0 commit comments

Comments
 (0)