Skip to content

Commit 34daa1d

Browse files
committed
Exclude rails 8/ruby 3.1 combo
1 parent 3831e73 commit 34daa1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
gemfile: [ rails_7_2, rails_8_0, rails_main ]
3232
database: [sqlite, postgres, mysql]
3333
exclude:
34-
- ruby-version: "3.4"
34+
- ruby-version: "3.1"
35+
gemfile: rails_8_0
36+
- ruby-version: "3.1"
3537
gemfile: rails_main
3638
services:
3739
redis:

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require:
66
- rubocop-md
77

88
AllCops:
9-
TargetRubyVersion: 3.1
9+
TargetRubyVersion: 3.4
1010
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
1111
# to ignore them, so only the ones explicitly set in this file are enabled.
1212
DisabledByDefault: true

0 commit comments

Comments
 (0)