diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc4a04a..a90ce634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.2 bundler-cache: true - name: Run static validation for Puppet/Ruby files run: bundle exec rake validate