Skip to content

Commit 12fe344

Browse files
committed
fix: CI rubygems version
1 parent c4d5be6 commit 12fe344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
ruby-version: ${{ matrix.ruby }}
3636
bundler-cache: true
37+
rubygems: ${{ (matrix.ruby >= '2.7' && '3.4.20') || '3.2.3' }}
3738
- name: Run the default task
3839
run: bundle exec rake
3940
- name: Run valgrind

0 commit comments

Comments
 (0)