Skip to content

Commit 127a84d

Browse files
authored
Remove irb from test dependeicy and from test matrix (#533)
* Remove irb from test dependency Reline's test no longer depends on irb. github:ruby/irb requires ruby >= 2.7 but reline's test is run in >= 2.6 * Remove test matrix using github.com/ruby/irb because reline's test doesn't depend on irb anymore
1 parent c30da33 commit 127a84d

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/reline.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -55,37 +55,6 @@ jobs:
5555
TERM: xterm-256color
5656
run: bundle exec rake ci-test
5757

58-
irb:
59-
name: >-
60-
irb ${{ matrix.ruby }} ${{ matrix.os }}
61-
runs-on: ${{ matrix.os }}
62-
strategy:
63-
matrix:
64-
ruby: [ head ]
65-
os: [ ubuntu-latest ]
66-
timeout-minutes: 30
67-
steps:
68-
- uses: actions/checkout@v3
69-
- name: Set up Ruby
70-
uses: ruby/setup-ruby@v1
71-
with:
72-
ruby-version: ${{ matrix.ruby }}
73-
- name: Install dependencies
74-
run: bundle install
75-
- name: Install reline
76-
run: |
77-
rake build
78-
rake install
79-
- name: Download ruby/irb
80-
run: |
81-
git clone https://github.com/ruby/irb
82-
- name: Setup ruby/irb
83-
run: |
84-
cd irb
85-
bundle install
86-
- name: Run irb test
87-
run: bundle exec rake test
88-
8958
vterm-yamatanooroti:
9059
name: >-
9160
vterm-yamatanooroti ${{ matrix.os }} ${{ matrix.ruby }}

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ end
1212
gem 'bundler'
1313
gem 'rake'
1414
gem 'test-unit'
15-
gem 'irb', github: "ruby/irb"

0 commit comments

Comments
 (0)