Skip to content

Commit

Permalink
CI: Use Ruby 3.2 to run linter
Browse files Browse the repository at this point in the history
Rails 8.0 (the default Rails we use on CI) needs at least
Ruby 3.2. We still support 3.1 and set the linter to check
for Ruby 3.1 syntax.
  • Loading branch information
tvdeyen committed Dec 14, 2024
1 parent d363fbd commit 7b7d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.2"
bundler-cache: true
rubygems: "latest"
- name: Lint Ruby files
Expand Down

0 comments on commit 7b7d6e5

Please sign in to comment.