diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8dfa8d..d20da35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: # Match the Ruby bundled with openbolt, which runs the tasks in production - ruby-version: '3.2' + ruby-version: '3.4.10' - run: gem install rspec --no-document - run: rspec