From 69115d7e37d4bc4c6fd0bfd84804eef42c448f16 Mon Sep 17 00:00:00 2001 From: Jenny Shen Date: Fri, 5 Apr 2024 10:13:14 -0400 Subject: [PATCH] Remove ruby version definition in CI/CD it will be read from .ruby-version --- .github/workflows/liquid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/liquid.yml b/.github/workflows/liquid.yml index 8bda0aa1b..63d966621 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -22,6 +22,7 @@ jobs: with: ruby-version: ${{ matrix.entry.ruby }} bundler-cache: true + bundler: latest - run: bundle exec rake continue-on-error: ${{ matrix.entry.allowed-failure }} @@ -31,6 +32,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