Skip to content

Commit

Permalink
Exclude Ruby 3.1 for Rails main (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie authored Oct 1, 2024
1 parent ba33e3c commit 6ee825c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- gemfile: "gemfiles/postgresql.gemfile"
ruby: 3.3
database: postgres
exclude:
- gemfile: "gemfiles/rails_main.gemfile"
ruby: 3.1
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
DB: ${{ matrix.database }}
Expand Down

0 comments on commit 6ee825c

Please sign in to comment.