We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c5d37 commit 54f3c67Copy full SHA for 54f3c67
1 file changed
.github/workflows/ruby.yml
@@ -34,6 +34,9 @@ jobs:
34
matrix:
35
ruby-version: [ '3.4', '3.3', '3.2', 'ruby-head' ]
36
gemfile: [ '8.1', '8.0', '7.2', 'edge' ]
37
+ exclude:
38
+ - ruby-version: 3.2
39
+ - gemfile: 'edge'
40
env:
41
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
42
steps:
0 commit comments