Skip to content

Commit

Permalink
Merge pull request #206 from Shopify/pz-valgrind-ruby-version
Browse files Browse the repository at this point in the history
Use Ruby 3.2 for Valgrind tests
  • Loading branch information
peterzhu2118 authored Aug 16, 2023
2 parents 25139a3 + e65f305 commit 8f11a88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
# We have to use Ruby head until Ruby 3.3 is released due to https://bugs.ruby-lang.org/issues/19436
ruby-version: ruby-head
ruby-version: 3.2
- run: sudo apt-get install -y valgrind
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 8f11a88

Please sign in to comment.