Skip to content

Commit fff3b02

Browse files
committed
Exclude Ruby 3.2 with edge
1 parent aa78434 commit fff3b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
gemfile: [ '8.1', '8.0', '7.2', 'edge' ]
3737
exclude:
3838
- ruby-version: 3.2
39-
- gemfiles: 'edge'
39+
- gemfile: 'edge'
4040
env:
4141
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4242
steps:

0 commit comments

Comments
 (0)