Skip to content

Commit

Permalink
Add support to Ruby 3 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioperrella authored Aug 30, 2021
1 parent 0a39875 commit 69a4f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
- 2.7
- 2.6
- 2.5
- 3.0
activerecord:
- '~> 6'
- '~> 5'
- '~> 4'
exclude:
- ruby: 2.7
activerecord: '~> 4'
- ruby: 3.0
activerecord: '~> 4'
- ruby: 3.0
activerecord: '~> 5'
env:
DATABASE_URL_MYSQL2: 'mysql2://root:[email protected]:3306'
DATABASE_URL_POSTGRESQL: 'postgresql://root:[email protected]:5432'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ WtActiverecordIndexSpy.export_html_results

Currently, it supports:

**Ruby**: 2.7, 2.6, 2.5
**Ruby**: 3.0, 2.7, 2.6, 2.5

**Mysql**: 5.7

Expand Down

0 comments on commit 69a4f3e

Please sign in to comment.