Skip to content

Commit

Permalink
Merge pull request #1759 from rubocop/3.3-in-ci
Browse files Browse the repository at this point in the history
Use Ruby 3.3 in GHA jobs
  • Loading branch information
pirj committed Jan 1, 2024
2 parents 25fda7b + 0b89ea3 commit 958a3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.2"
ruby-version: "3.3"
- name: Run Danger
run: bundle exec danger
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rake spec

Expand All @@ -72,7 +72,7 @@ jobs:
echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}

Expand All @@ -93,6 +93,6 @@ jobs:
EOF
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- run: NO_COVERAGE=true bundle exec rake spec

0 comments on commit 958a3c4

Please sign in to comment.