Skip to content

Commit

Permalink
Merge pull request #2818 from newrelic/marrowfat
Browse files Browse the repository at this point in the history
CI: use sqlite3 v2 for Rails EDGE
  • Loading branch information
fallwith authored Aug 19, 2024
2 parents b87231a + ec247f3 commit 6bb8311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
"rails": "norails,rails61,rails70,rails71,rails72,railsedge"
},
"3.4.0-preview1": {
"rails": "norails,rails61,rails70,rails71,rails72,railsedge"
"rails": "norails,rails61,rails70,rails71,rails72"
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/environments/railsedge/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'mocha', '~> 1.16', require: false

platforms :ruby, :rbx do
gem 'mysql2', '>= 0.5.4'
gem 'sqlite3', '~> 1.4'
gem 'sqlite3', '~> 2.0.4'
end

gem 'newrelic_rpm', path: '../../..'
Expand Down

0 comments on commit 6bb8311

Please sign in to comment.