Skip to content

Commit 2b640d3

Browse files
committed
Remove older ruby tests
Ruby 2.0 does not support Rainbow 3
1 parent 9e1940e commit 2b640d3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,3 @@ jobs:
2424
bundler-cache: true
2525
- name: Run rake task
2626
run: bundle exec rake
27-
28-
test_older:
29-
runs-on: ubuntu-20.04
30-
strategy:
31-
matrix:
32-
ruby-version: [2.2, 2.1, 2.0.0]
33-
34-
steps:
35-
- uses: actions/checkout@v2
36-
- name: Set up Ruby ${{ matrix.ruby-version }}
37-
uses: ruby/setup-ruby@v1
38-
with:
39-
ruby-version: ${{ matrix.ruby-version }}
40-
bundler-cache: true
41-
- name: Run rake task
42-
run: bundle exec rake

0 commit comments

Comments
 (0)