Add matrix testing for Rails 7.x/8.0 to GitHub Actions#14
Merged
Conversation
… configuration - Replace all database host settings from 'localhost' to '127.0.0.1' for better compatibility - Add explicit port configuration using ENV['MYSQL_PORT'] with default 3306
- Update all configuration files and code to use trilogy adapter instead of mysql2
b6a5d3a to
e475ea0
Compare
- Configure CI to test with Ruby 3.1-3.4 and Rails 7.1/8.0 - Add version-specific Gemfiles in .github/gemfiles/
e475ea0 to
b111b89
Compare
Contributor
|
Should we also drop Ruby 3.1 support from octoball.gemspec? with b111b89 - s.required_ruby_version = '>= 3.1.0'
+ s.required_ruby_version = '>= 3.2.0' |
b111b89 to
4db1e88
Compare
wt-l00
approved these changes
May 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Enhanced the GitHub Actions CI configuration to support Ruby×Rails matrix testing.
This allows automated testing across combinations of Ruby 3.2-3.3 and Rails 7.1/8.0.
Drop ruby 3.1 support (already EOL)
Changes
Modified GitHub Actions configuration file (.github/workflows/rspec.yml)
Created Rails version-specific Gemfiles
Minor fixes
Test Matrix
Tests will automatically run with the following combinations: