Skip to content

Commit 1172e9c

Browse files
committed
Add Ruby 3 CI exclustions
1 parent 957826d commit 1172e9c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ jobs:
1919
- Gemfile.rails-6.1-stable
2020
- Gemfile.rails-7.0-stable
2121
ruby-version: ['3.1', '3.0', '2.7']
22+
exclude:
23+
- gemfile: Gemfile.rails-6.0-stable
24+
ruby-version: "3.0"
25+
- gemfile: Gemfile.rails-6.0-stable
26+
ruby-version: "3.1"
27+
- gemfile: Gemfile.rails-5.2-stable
28+
ruby-version: "3.0"
29+
- gemfile: Gemfile.rails-5.2-stable
30+
ruby-version: "3.1"
2231
env:
2332
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
2433
steps:

0 commit comments

Comments
 (0)