Skip to content

Commit 94104b8

Browse files
committed
Bump test-memcheck job to use 3.4.0-preview2
The `rb_obj_info` got re-exposed later in the 3.4 development cycle, so our test that was still running with 3.4.0-preview1 was failing because it still had not been changed.
1 parent 6518e65 commit 94104b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-memory-leaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: 3.4.0-preview1 # TODO: Use stable version once 3.4 is out
10+
ruby-version: 3.4.0-preview2 # TODO: Use stable version once 3.4 is out
1111
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1212
bundler: latest
1313
cache-version: v1 # bump this to invalidate cache

0 commit comments

Comments
 (0)