-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's time for everyone's favorite game: bump the versions! Ruby 3.4 is out, and Rails 8 has been shipped for some time. We try to keep our CI suite testing currently-supported versions of each, but we don't want a giant matrix that requires many customizations to run successfully either. As a result, this commit: * Adds testing our full matrix with Ruby 3.4 * Drops testing with Ruby 3.1 * Drops testing with Rails 7.1 I think this is a good balance of testing the latest versions of Ruby and Rails while maintaining some backward compatibility in a manner that doesn't require a degree in YAML to understand.
- Loading branch information
1 parent
d504b40
commit 6e2bdba
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ tmp | |
gemfiles/*.lock | ||
.DS_Store | ||
.ruby-version | ||
.vscode/ |
This file contains 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
This file contains 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