Skip to content

Commit

Permalink
Merge pull request #14 from zendesk/test-with-rails-6.1
Browse files Browse the repository at this point in the history
Test with rails 6.1
  • Loading branch information
chaymaeBZ authored Oct 19, 2021
2 parents b10396d + bb17653 commit d8f8f3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
activerecord-version: ["5.2", "6.0"]
activerecord-version: ["5.2", "6.0", "6.1"]
ruby-version: ["2.6", "2.7", "3.0"]
exclude:
- activerecord-version: "5.2"
Expand Down
6 changes: 6 additions & 0 deletions gemfiles/6.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gem "activesupport", "~> 6.1.0"
gem "activemodel", "~> 6.1.0"
gem "activerecord", "~> 6.1.0"
gem "sqlite3", "~> 1.4.2"
gem "mysql2"
gem "pg"

0 comments on commit d8f8f3b

Please sign in to comment.