Skip to content

Commit

Permalink
CI: Drop duplicate bundle install
Browse files Browse the repository at this point in the history
...and add Ruby 3.1
  • Loading branch information
olleolleolle authored Jan 24, 2022
1 parent d51549e commit a43da8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.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.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'head']
ruby-version: ['2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'head']

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake

0 comments on commit a43da8b

Please sign in to comment.