Skip to content

Commit

Permalink
fix failing test with ruby 3.2 and 3.3 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
neumayr authored Dec 23, 2024
1 parent a3e05e8 commit 3eeb7a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
test_features: "sidekiq_install"
- ruby: 3.1
- ruby: 3.2
gemfile: gems/sqlite3-v2.gemfile
- ruby: 3.3
gemfile: gems/sqlite3-v2.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
SCOUT_TEST_FEATURES: ${{ matrix.test_features }}
Expand Down
3 changes: 3 additions & 0 deletions gems/sqlite3-v2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eval_gemfile("../Gemfile")

gem "sqlite3", ">= 2.1"

0 comments on commit 3eeb7a2

Please sign in to comment.