Skip to content

Commit

Permalink
Merge pull request #213 from Shopify/release-4.2
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
casperisfine authored Jan 24, 2024
2 parents 28f31d0 + f0f5e56 commit 8ad4f6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- { ruby: '2.7', allowed-failure: false }
- { ruby: '3.0', allowed-failure: false }
- { ruby: '3.1', allowed-failure: false }
- { ruby: '3.2', allowed-failure: false }
- { ruby: '3.3', allowed-failure: false }
- { ruby: ruby-head, allowed-failure: true }
- { ruby: truffleruby-head, allowed-failure: true }
name: test (${{ matrix.ruby }})
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- run: sudo apt-get install -y valgrind
- run: bundle exec rake test:valgrind
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gemspec
gem "liquid", github: "Shopify/liquid", ref: "master"

group :test do
gem "base64", require: false # for older rubocop on Ruby 3.4
gem "rubocop", "~> 1.24.1", require: false
gem "rubocop-performance", "~> 1.13.2", require: false
gem "rubocop-shopify", "~> 2.4.0", require: false
Expand Down
2 changes: 1 addition & 1 deletion lib/liquid/c/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Liquid
module C
VERSION = "4.1.0"
VERSION = "4.2.0"
end
end

0 comments on commit 8ad4f6b

Please sign in to comment.