diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97fc497..18b51f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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