Skip to content

Commit

Permalink
Exclude rails 8/ruby 3.1 combo
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Feb 4, 2025
1 parent 3831e73 commit 34daa1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
gemfile: [ rails_7_2, rails_8_0, rails_main ]
database: [sqlite, postgres, mysql]
exclude:
- ruby-version: "3.4"
- ruby-version: "3.1"
gemfile: rails_8_0
- ruby-version: "3.1"
gemfile: rails_main
services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- rubocop-md

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.4
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down

0 comments on commit 34daa1d

Please sign in to comment.