Skip to content

Commit

Permalink
fix: test AR edge
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 17, 2024
1 parent 8698165 commit ad2f960
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,22 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
rails:
- activerecord_7.1
- activerecord_7.0
- activerecord_6.1
- activerecord_edge
adapter:
- 'sqlite3:///:memory:'
- mysql2://root:root@0/closure_tree_test
- postgres://closure_tree:closure_tree@0/closure_tree_test
exclude:
- ruby: '3.0'
rails: activerecord_edge

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
concurrency:
group: ci-${{ github.head_ref }}
group: ci-${{ github.head_ref }}-jruby
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_truffleruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
concurrency:
group: ci-${{ github.head_ref }}
group: ci-${{ github.head_ref }}-truffleruby
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion closure_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
end

gem.test_files = gem.files.grep(%r{^spec/})
gem.required_ruby_version = '>= 2.7.7'
gem.required_ruby_version = '>= 3.0.0'

gem.add_runtime_dependency 'activerecord', '>= 6.1.0'
gem.add_runtime_dependency 'with_advisory_lock', '>= 4.0.0'
Expand Down

0 comments on commit ad2f960

Please sign in to comment.