We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c8b349 + 893013d commit db92e52Copy full SHA for db92e52
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