Skip to content

Commit 8c1c583

Browse files
authored
Merge pull request #721 from bastelfreak/ruby3
Setup CI jobs on Ruby3 instead of Ruby 2.7
2 parents dde9049 + b4381dc commit 8c1c583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: '2.7'
21+
ruby-version: '3.0'
2222
bundler-cache: true
2323
- name: Run static validations
2424
run: bundle exec rake validate lint check
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup ruby
8888
uses: ruby/setup-ruby@v1
8989
with:
90-
ruby-version: '2.7'
90+
ruby-version: '3.0'
9191
bundler-cache: true
9292
- name: Run tests
9393
run: bundle exec rake beaker

0 commit comments

Comments
 (0)