Skip to content

Commit

Permalink
Test against rails head
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Aug 5, 2024
1 parent 239639f commit 82baa3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
activerecord: ["6.1", "7.0", "7.1"]
activerecord: ["6.1", "7.0", "7.1", "head"]
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
mysql: ["5.7", "8.0"]
adapter: ["mysql2", "trilogy"]
Expand Down
6 changes: 2 additions & 4 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: lhm
up:
- homebrew:
- [email protected]:
or: [[email protected]]
conflicts: [shopify/shopify/mysql-client, mysql-connector-c, mysql, mysql-client]
- packages:
- [email protected]
- wget
- ruby
- bundler
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/activerecord_head.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main"

gemspec path: "../"

0 comments on commit 82baa3b

Please sign in to comment.