Skip to content

Commit

Permalink
Bump test-memcheck job to use 3.4.0-preview2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivoanjo committed Nov 26, 2024
1 parent 6518e65 commit 94104b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-memory-leaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.0-preview1 # TODO: Use stable version once 3.4 is out
ruby-version: 3.4.0-preview2 # TODO: Use stable version once 3.4 is out
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: latest
cache-version: v1 # bump this to invalidate cache
Expand Down

0 comments on commit 94104b8

Please sign in to comment.