Skip to content

Commit

Permalink
ci: actually run tests for Rails 7.1...
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Oct 6, 2023
1 parent edc8567 commit 8ae9eba
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
rails: ['6.0', '6.1', '7.0']
rails: ['6.0', '6.1', '7.0', '7.1']

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails-${{ matrix.rails }}/Gemfile
Expand Down

0 comments on commit 8ae9eba

Please sign in to comment.