Skip to content

Commit

Permalink
Merge pull request #1 from rubocop/add-ruby-3.2-to-ci
Browse files Browse the repository at this point in the history
Use Ruby 3.2
  • Loading branch information
pirj authored Dec 29, 2022
2 parents e36f304 + 680431a commit b775119
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -27,6 +27,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- ruby-head
- jruby-9.3
task:
Expand Down Expand Up @@ -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 }}

Expand All @@ -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

0 comments on commit b775119

Please sign in to comment.