Skip to content

Commit

Permalink
chore: exclude 3.0/7.2 incompatible configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-herwana-nus committed Aug 28, 2024
1 parent 3f24018 commit 6dbd0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
- ruby-version: '3.2'
activerecord: '6.0'
- ruby-version: '3.2'
activerecord: '6.0'
- ruby-version: '3.3'
activerecord: '6.1'
- ruby-version: '3.3'
activerecord: '6.0'
- ruby-version: '3.3'
activerecord: '6.1'
- ruby-version: '3.0'
activerecord: '7.2'
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.activerecord }}.gemfile
steps:
Expand Down
2 changes: 1 addition & 1 deletion activerecord-userstamp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'coveralls_reborn'
s.add_development_dependency 'codeclimate-test-reporter'
s.add_development_dependency 'sqlite3', "~> 1.7"
s.add_development_dependency "appraisal", "~> 2.1"
Expand Down

0 comments on commit 6dbd0b4

Please sign in to comment.