-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: add configurations for rails 7.2, ruby {3.2, 3.3} #5
base: master
Are you sure you want to change the base?
Conversation
6dbd0b4
to
f68304e
Compare
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.
@adi-herwana-nus some comments
Also, make sure to bump the version inside lib/active_record/userstamp/version.rb
@@ -23,8 +24,19 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
ruby-version: ['3.0', '3.1'] | |||
activerecord: ['6.0', '6.1', '7.0', '7.1'] | |||
ruby-version: ['3.0', '3.1', '3.2', '3.3'] |
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.
Same as active-record_acts-as, please just focus the testing for
- Rails 7.0, 7.1, 7.2
- Ruby 3.1, 3.2, 3.3
@@ -14,6 +14,7 @@ on: | |||
branches: ['master'] | |||
schedule: | |||
- cron: '0 0 * * 0' |
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.
Also, consider removing this scheduling. See the notes from active-record_acts-as
bc33aed
to
7e962f9
Compare
- migrated pipeline from 'coveralls' to 'coveralls_reborn' - bump version and update changelog
7e962f9
to
42bc36a
Compare
coveralls
tocoveralls_reborn
due to incompatibility with ruby 3.2+.