Skip to content

Commit

Permalink
Fix build ruby 3.0 rails 7.2 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 10, 2024
1 parent ade8780 commit b667238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
# To keep matrix size down, only test highest and lowest rubies.
ruby: ["3.0", "3.3"]
rails: ["7.0", "7.1", "7.2", "8.0"]
# exclude:
# - ruby: "2.7"
# rails: "7.2"
exclude:
- ruby: "3.0"
rails: "7.2"
- ruby: "3.0"
rails: "8.0"
name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development do
gem "rails", "~> 8.0.0"
gem "rspec"
gem "sequel"
gem "sqlite3", "~> 2.0.0"
gem "sqlite3", "~> 2.1.0"

group :mongo do
gem "bson"
Expand Down

0 comments on commit b667238

Please sign in to comment.