Skip to content

Commit

Permalink
Test with Rails 8.0.0.beta1 on CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 27, 2024
1 parent d5826d8 commit 516be69
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -7,6 +7,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord80.gemfile
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.3
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/activerecord80.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 8.0.0.beta1"
gem "pg"
gem "mysql2"
gem "trilogy"

0 comments on commit 516be69

Please sign in to comment.