diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca60d97..15e4dbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.4.8' bundler-cache: true timeout-minutes: 30 - name: Get manageiq.org repo