Skip to content

Commit

Permalink
Test with Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 19, 2024
1 parent 5fba24d commit b140672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- { name: "3.0", value: 3.0.6 }
- { name: "3.1", value: 3.1.4 }
- { name: "3.2", value: 3.2.2 }
- { name: "3.3", value: 3.3.6 }

include:
- ruby: { name: "3.2", value: 3.2.2 }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: 3.2.2
ruby-version: 3.3.6
bundler-cache: true
- name: Run Lint
run: bundle exec rake rubocop
Expand Down

0 comments on commit b140672

Please sign in to comment.