Skip to content

Commit

Permalink
ci: test against ruby 3.0 and 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoMinelli committed Feb 10, 2023
1 parent 4024a6f commit e0e8542
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rspec_rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
bundler-version: latest
- ruby-version: 2.7
bundler-version: latest
# TODO: reenable tests against ruby 3.0 after upgrading base Rubocop version above 1.22.0,
# thus correcting the syntax errors when running the Layout/BlockAlignment cop
# https://github.com/airbnb/ruby/pull/189#discussion_r1101793307
# - ruby-version: 3.0
# bundler-version: latest
- ruby-version: 3.0
bundler-version: latest
- ruby-version: 3.1
bundler-version: latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit e0e8542

Please sign in to comment.