Skip to content

Commit

Permalink
Rename Rails head -> main to better match the branch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 6, 2021
1 parent d7f1e68 commit ebc3cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
- gemfiles/Gemfile-rails-5-2
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-head
- gemfiles/Gemfile-rails-main
ruby:
- 2.5
- 2.6
- 2.7
- 3.0
exclude:
- ruby: 2.5
gemfile: gemfiles/Gemfile-rails-head
gemfile: gemfiles/Gemfile-rails-main
- ruby: 2.6
gemfile: gemfiles/Gemfile-rails-head
gemfile: gemfiles/Gemfile-rails-main
- ruby: 2.5
gemfile: Gemfile
- ruby: 2.6
Expand Down
File renamed without changes.

0 comments on commit ebc3cd9

Please sign in to comment.