Skip to content

Commit 5c01054

Browse files
UweKuboschdonv
authored andcommitted
Skip CI for new Ruby and old Rails and vice versa
1 parent 46c680f commit 5c01054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
ruby-version: [ '3.1', '3.0', '2.7', '2.6' ]
3030
gemfile: [ '7.0', '6.1', '6.0', '5.2', 'edge' ]
3131
exclude:
32+
- { ruby-version: '3.1', gemfile: "6.0" }
33+
- { ruby-version: '3.1', gemfile: "5.2" }
3234
- { ruby-version: '3.0', gemfile: "5.2" }
3335
- { ruby-version: '2.6', gemfile: "edge" }
36+
- { ruby-version: '2.6', gemfile: "7.0" }
3437
env:
3538
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
3639
steps:

0 commit comments

Comments
 (0)