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 6d152d1 commit 9008ea8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord80.gemfile
elasticsearch: 8
- ruby: 3.3
gemfile: Gemfile
elasticsearch: 8
Expand Down
15 changes: 15 additions & 0 deletions gemfiles/activerecord80.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "activerecord", "~> 8.0.0.beta1"
gem "actionpack", "~>8.0.0.beta1"
gem "activejob", "~> 8.0.0.beta1", require: "active_job"
gem "elasticsearch", "~> 8"
gem "redis-client"
gem "connection_pool"
gem "kaminari"
gem "gemoji-parser"

0 comments on commit 9008ea8

Please sign in to comment.