Skip to content

Commit

Permalink
Added trilogy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent 4325763 commit a38221d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
with:
database: strong_migrations_test
- run: ADAPTER=mysql2 bundle exec rake test
- run: ADAPTER=trilogy bundle exec rake test

- uses: ankane/setup-mariadb@v1
with:
database: strong_migrations_test
- run: ADAPTER=mysql2 bundle exec rake test
- run: ADAPTER=trilogy bundle exec rake test
1 change: 1 addition & 0 deletions gemfiles/activerecord61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "minitest", ">= 5"
gem "activerecord", "~> 6.1.0"
gem "pg", "< 1.5"
gem "mysql2"
gem "activerecord-trilogy-adapter"
1 change: 1 addition & 0 deletions gemfiles/activerecord70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "minitest", ">= 5"
gem "activerecord", "~> 7.0.0"
gem "pg"
gem "mysql2"
gem "activerecord-trilogy-adapter"
1 change: 1 addition & 0 deletions gemfiles/activerecord72.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "minitest", ">= 5"
gem "activerecord", "~> 7.2.0.beta1"
gem "pg"
gem "mysql2"
gem "trilogy"

0 comments on commit a38221d

Please sign in to comment.