summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-03-02 12:01:20 -0800
committerAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-29 23:30:58 -0300
commit5c868cf5b8df8ffe4cc4665dd97c74e4e5c5bcdc (patch)
tree4f23c604bbb6141ab9b44e9a49afcc5d21f76581
parent7ecbf081657fd9892a52b8d0cca510deb87f9b90 (diff)
downloadhighline-5c868cf5b8df8ffe4cc4665dd97c74e4e5c5bcdc.tar.gz
Make test task specific, add a few more rubies
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e576981..85a4bda 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,8 +14,13 @@ jobs:
- '3.0'
- '2.7'
- '2.6'
+ - '2.5'
+ - '2.3'
+ - '2.2'
+ - '2.1'
+ - '2.0'
- jruby-9.3
-
+ - jruby-9.2
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
@@ -24,4 +29,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # 'bundle install' and cache
- name: Run tests
- run: bundle exec rake
+ run: bundle exec rake test