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 11, 2024
1 parent aefc266 commit 61c9405
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
- uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6

- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit 61c9405

Please sign in to comment.