Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed May 27, 2024
1 parent 1e4e120 commit 60b4506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '0 13 * * *'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion activerecord-debug_errors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activerecord", ">= 6", "< 8"
spec.add_runtime_dependency "activerecord", ">= 6", "< 7.1"
end

0 comments on commit 60b4506

Please sign in to comment.