Skip to content

Commit d9a2d28

Browse files
committed
Exclude Ruby 3.2 with edge
1 parent 69c5d37 commit d9a2d28

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
@@ -34,6 +34,9 @@ jobs:
3434
matrix:
3535
ruby-version: [ '3.4', '3.3', '3.2', 'ruby-head' ]
3636
gemfile: [ '8.1', '8.0', '7.2', 'edge' ]
37+
exclude:
38+
- ruby-version: 3.2
39+
- gemfiles: 'edge'
3740
env:
3841
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
3942
steps:

0 commit comments

Comments
 (0)