Skip to content

Commit

Permalink
Change Ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcloudy committed Nov 15, 2024
1 parent e71f765 commit 1022eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3']
ruby-version: ['2.7']

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

0 comments on commit 1022eb0

Please sign in to comment.