Skip to content

Commit

Permalink
Test with rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaymaeBZ committed Oct 18, 2021
1 parent 16379f9 commit bb17653
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 bb17653

Please sign in to comment.