Skip to content

Commit

Permalink
Fix gemfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
rosston committed Sep 25, 2024
1 parent fa1f2ee commit ac50f2a
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 @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
ruby-version: ['3.0', '3.3']
gemfile: ['Gemfile', 'Gemfile.rails71']
gemfile: ['Gemfile', 'Gemfile_rails71']
exclude:
# Rails 7.2 requires Ruby 3.1+
- ruby-version: '3.0'
Expand Down

0 comments on commit ac50f2a

Please sign in to comment.