Skip to content

Commit 20c17cc

Browse files
committed
Updated CI config.
1 parent 0d6e57c commit 20c17cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.4, 2.6]
11+
ruby: [2.4, 2.7]
1212

1313
steps:
1414
- uses: actions/checkout@master
1515

16-
- name: Sets up the environment
17-
uses: actions/setup-ruby@v1
16+
- uses: ruby/setup-ruby@v1
1817
with:
1918
ruby-version: ${{ matrix.ruby }}
2019

2120
- name: Runs code QA and tests
22-
run: gem install bundler && bundle && rake
21+
run: bundle && rake

0 commit comments

Comments
 (0)