Skip to content

Commit f4cb541

Browse files
committed
disable memcheck for ruby 2.5 - not supported
1 parent 5e6df03 commit f4cb541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Run the default task
3737
run: bundle exec rake
3838
- name: Run valgrind
39-
if: ${{ matrix.ruby >= '2.5' }}
39+
if: ${{ matrix.ruby >= '2.6' }}
4040
run: bundle exec rake spec:valgrind

0 commit comments

Comments
 (0)