Add Ruby 3.4 and remove Ruby 3.0 in CI #185
Open
+12
−2
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.
This pull request includes updates to support Ruby 3.4 across various files and configurations. The most important changes include updating the Ruby version matrix in the GitHub Actions workflow, adding necessary gems for Ruby 3.4 compatibility, and updating the required Ruby version in the gem specification.
Support for Ruby 3.4:
.github/workflows/test.yml
: Added Ruby 3.4 to the version matrix and updated the job configurations to include Ruby 3.4. [1] [2]Gem compatibility:
Appraisals
: Addedbase64
,bigdecimal
, andmutex_m
gems for Ruby 3.4 compatibility under therails-7.0
appraisal.drb
,mutex_m
andbase64
that are bundled gem candidates for Ruby 3.4 rails/rails#48907Required Ruby version:
activerecord-bitemporal.gemspec
: Updated the required Ruby version to be ">= 3.1".