Skip to content

Commit

Permalink
CI: Run on Ruby 3.0 instead of 2.7
Browse files Browse the repository at this point in the history
This is a test to check if Ruby 3.0 already works
  • Loading branch information
bastelfreak committed Jun 29, 2021
1 parent 23274fd commit f2d02ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true
- name: Run rake validate
run: bundle exec rake validate
Expand Down Expand Up @@ -66,7 +66,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 f2d02ef

Please sign in to comment.