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 c5cdfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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

0 comments on commit c5cdfd0

Please sign in to comment.