Skip to content

Commit

Permalink
Merge pull request #1760 from naitoh/add-ruby-3.4-to-testing-matrix
Browse files Browse the repository at this point in the history
Bump the range of supported Ruby versions
  • Loading branch information
nbulaj authored Jan 17, 2025
2 parents 6f249c8 + 7e9d635 commit de5fc4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
gemfile:
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rake spec || echo "Rails edge test is done."

Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ gem "sprockets-rails"
gem "sqlite3", "~> 1.4", platform: [:ruby, :mswin, :mingw, :x64_mingw]
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw]
gem "timecop"
gem "base64"
gem "drb"
gem "mutex_m"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"

0 comments on commit de5fc4f

Please sign in to comment.