Skip to content

Commit

Permalink
mysql 8 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Jun 13, 2022
1 parent 9df4d80 commit c8a1189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
ruby: ['3.0', '2.7', '2.6', '2.5']
gemfile:
- gemfiles/ar61.gemfile
mysql: ['5.7', '8.0']
# mysql: ['5.7', '8.0']
mysql: ['5.7']
steps:
- name: Set Up Actions
uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveRecord
module ConnectionAdapters
module Mysql2Rgeo
VERSION = "6.0.3"
VERSION = "7.1.1"
end
end
end

0 comments on commit c8a1189

Please sign in to comment.