Skip to content

Commit

Permalink
Add Rails 7.1 to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
patbenatar committed Oct 16, 2023
1 parent 311d4ad commit 2e46715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: [rails_6_1, rails_7_0, rails_master]
gemfile: [rails_6_1, rails_7_0, rails_7_1, rails_master]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.7, '3.0', 3.1]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e46715

Please sign in to comment.