Skip to content

Commit

Permalink
Remove ruby version definition in CI/CD
Browse files Browse the repository at this point in the history
it will be read from .ruby-version
  • Loading branch information
jenshenny committed Apr 5, 2024
1 parent 2b48100 commit 36c7fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rake memory_profile:run

0 comments on commit 36c7fc8

Please sign in to comment.