From 680431addafedcd7875cb8a961e0055276d52638 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 29 Dec 2022 15:57:18 +0300 Subject: [PATCH] Use Ruby 3.2 --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 967bd973..f5b43138 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.1" + ruby-version: "3.2" bundler-cache: true - run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation @@ -27,6 +27,7 @@ jobs: - "2.7" - "3.0" - "3.1" + - "3.2" - ruby-head - jruby-9.3 task: @@ -56,7 +57,7 @@ jobs: echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.1" + ruby-version: "3.2" bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -77,6 +78,6 @@ jobs: EOF - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.1" + ruby-version: "3.2" bundler-cache: true - run: bundle exec rake spec