Skip to content

Commit

Permalink
actions: Only run Ruby head against rails main
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Nov 18, 2024
1 parent 4766eda commit 9a87b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "head"
gemfile:
- "rails70"
- "rails71"
- "rails72"
- "rails80"
- "rails-master"
exclude:
- ruby_version: "3.1"
gemfile: "rails80"
- ruby_version: "3.1"
include:
- ruby_version: "head"
gemfile: "rails-master"

env:
Expand Down
File renamed without changes.

0 comments on commit 9a87b83

Please sign in to comment.