Skip to content

Commit

Permalink
Merge pull request #721 from bastelfreak/ruby3
Browse files Browse the repository at this point in the history
Setup CI jobs on Ruby3 instead of Ruby 2.7
  • Loading branch information
bastelfreak authored Jun 29, 2021
2 parents dde9049 + b4381dc commit 8c1c583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true
- name: Run static validations
run: bundle exec rake validate lint check
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true
- name: Run tests
run: bundle exec rake beaker
Expand Down

0 comments on commit 8c1c583

Please sign in to comment.