Skip to content

Commit 0acc4f7

Browse files
authored
Update ruby setup action (#56)
* Change action to use ruby/ruby-setup instead of actions/ruby-setup * Remove 2.4 from testing matrix
1 parent bf235a7 commit 0acc4f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: ['2.4', '2.5', '2.6', '2.7.x', '2.x']
10+
ruby: ['2.5', '2.6', '2.7']
1111
name: Test ruby v${{ matrix.ruby }} support
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Set up Ruby ${{ matrix.ruby }}
15-
uses: actions/setup-ruby@v1
15+
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby }}
1818
- name: Build with dependencies

0 commit comments

Comments
 (0)