Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 23, 2024
1 parent 28f31d0 commit 37d74f5
Show file tree
Hide file tree
Showing 2 changed files with 4 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
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 37d74f5

Please sign in to comment.