Skip to content

Commit 3b292a0

Browse files
Move rvm entries to standard ubuntu workflow
It should fix CI against ruby-head.
1 parent c064460 commit 3b292a0

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/ubuntu-rvm.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6.x', '2.5.x', '2.4.x' ]
10+
ruby: [ 'jruby-9.2.9.0', 'ruby-head', '2.6', '2.5', '2.4' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby
14-
uses: actions/setup-ruby@v1
14+
uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- name: Install dependencies

0 commit comments

Comments
 (0)