Skip to content

Commit

Permalink
Stop running sqlite3 against main of Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 24, 2025
1 parent a457e26 commit 1564ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
ruby-version: ['jruby-head']
db: ['sqlite3']
test_targets: ["rails:test_sqlite3"]
ar_version: ["7-1-stable", "main"]
ar_version: ["7-1-stable"]

env:
DB: ${{ matrix.db }}
Expand Down

0 comments on commit 1564ddf

Please sign in to comment.