We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5907fdb commit 893013dCopy full SHA for 893013d
1 file changed
.github/workflows/test.yml
@@ -26,4 +26,5 @@ jobs:
26
with:
27
ruby-version: ${{ matrix.ruby }}
28
bundler-cache: true
29
+ rubygems: ${{ matrix.ruby < '2.6' && '3.2.3' || 'default' }}
30
- run: bundle exec rake
0 commit comments