Skip to content

Commit 1022eb0

Browse files
committed
Change Ruby version.
1 parent e71f765 commit 1022eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.3']
22+
ruby-version: ['2.7']
2323

2424
steps:
2525
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
33-
bundler: 1.17.3
33+
bundler: 2.1.4
3434
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3535
- name: Run tests
3636
run: bundle exec rspec spec

0 commit comments

Comments
 (0)