Skip to content

Commit

Permalink
Remove Rub y 2.1 from github workflow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meineerde committed Jul 16, 2020
1 parent c072128 commit 8e3db6a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- 2.4
- 2.3
- 2.2
- 2.1
- head

- jruby-9.1
Expand All @@ -34,11 +33,6 @@ jobs:

- truffleruby
- truffleruby-head
include:
- ruby: 2.1
bundler-version: 1
- ruby: 2.2
bundler-version: 1

continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'truffleruby' }}

Expand All @@ -49,7 +43,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-version: ${{ matrix.bundler-version || '2' }}
bundler-cache: true

- name: rspec
Expand Down

0 comments on commit 8e3db6a

Please sign in to comment.