Skip to content

Commit

Permalink
Add Rails 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Sep 19, 2022
1 parent c138b27 commit 6c0441e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0']
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0', '7.1']
ruby-version: ['2.6', '2.7', '3.0', '3.1']
exclude:
- ruby-version: '3.0'
Expand All @@ -53,6 +53,8 @@ jobs:
rails_version: '6.1'
- ruby-version: '2.6'
rails_version: '7.0'
- ruby-version: '2.6'
rails_version: '7.1'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 6c0441e

Please sign in to comment.