Skip to content

Commit

Permalink
Add Ruby 3.3 to CI (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 27, 2023
1 parent 9e423a0 commit 7d71fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "head"]
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ task bump: %w[bump:bundler bump:ruby bump:year]

namespace :bump do
task :bundler do
version = Gem.latest_version_for("bundler").to_s
replace_in_file "Gemfile.lock", /^BUNDLED WITH\n\s+(\d\S+)$/ => version
sh "bundle update --bundler"
end

task :ruby do
Expand Down

0 comments on commit 7d71fcd

Please sign in to comment.