- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Add Rails 8 testing support #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 
 Test coverage: 100.0% | 
| @patch0 does this need further work? | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds testing support for Rails 8.0 to the project. The changes ensure that the test suite runs against Rails 8 while maintaining compatibility with earlier Rails versions by excluding incompatible Ruby version combinations.
- Added a Rails 8.0 gemfile configuration
- Updated CI workflow to include Rails 8.0 testing with appropriate Ruby version constraints
- Bumped default Ruby version to 3.3.6
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
| File | Description | 
|---|---|
| gemfiles/rails_8.0.gemfile | New gemfile for Rails 8.0 testing configuration | 
| CHANGELOG.md | Documents the addition of Rails 8 testing support | 
| .tool-versions | Updates Ruby version from 3.1.6 to 3.3.6 | 
| .github/workflows/test.yml | Adds Rails 8.0 to test matrix with Ruby 3.1 exclusion | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.