diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94e3194..3827e80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
- ruby-version-file: .ruby-version
bundler-cache: true
- run: bundle exec rake test