Skip to content

Commit

Permalink
mysql 8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean authored and stadia committed Sep 4, 2024
1 parent a060ff4 commit a556bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
ruby: ['3.0', '2.7']
gemfile:
- gemfiles/ar70.gemfile
# mysql: ['5.7', '8.0']
mysql: ['5.7']
mysql: ['5.7', '8.0']
steps:
- name: Set Up Actions
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion activerecord-mysql2rgeo-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Gem::Specification.new do |spec|

spec.add_dependency "activerecord", "~> 7.0.0"
spec.add_dependency "rgeo-activerecord", "~> 7.0.0"
spec.add_dependency "rgeo", "~> 2.0"

spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "minitest", "~> 5.4"
spec.add_development_dependency "mocha", "~> 2.0"
spec.add_development_dependency "mocha", "~> 2.1"
spec.add_development_dependency "appraisal", "~> 2.0"
end

0 comments on commit a556bfd

Please sign in to comment.