Skip to content

Commit

Permalink
Also add 3.0.0 to the GitHub tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed Jan 27, 2021
1 parent d79b6cc commit 9eaef98
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:

strategy:
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: [2.5, 2.6, 2.7, 3.0]

steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Update the RubyGems system software
run: gem update --system
- name: Update Bundler
run: bundle update --bundler
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Update the RubyGems system software
run: gem update --system
- name: Update Bundler
run: bundle update --bundler
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec

0 comments on commit 9eaef98

Please sign in to comment.