Skip to content

Commit

Permalink
actions: Don't run Ruby 3.1 for Rails 8.0 or master
Browse files Browse the repository at this point in the history
Rails 8.0 requires Ruby 3.2 or newer
  • Loading branch information
gaffneyc committed Nov 18, 2024
1 parent 0b2e29b commit 4766eda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- "rails72"
- "rails80"
- "rails-master"
exclude:
- ruby_version: "3.1"
gemfile: "rails80"
- ruby_version: "3.1"
gemfile: "rails-master"

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 4766eda

Please sign in to comment.