Skip to content

Commit 1564ddf

Browse files
committed
Stop running sqlite3 against main of Rails
1 parent a457e26 commit 1564ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
ruby-version: ['jruby-head']
130130
db: ['sqlite3']
131131
test_targets: ["rails:test_sqlite3"]
132-
ar_version: ["7-1-stable", "main"]
132+
ar_version: ["7-1-stable"]
133133

134134
env:
135135
DB: ${{ matrix.db }}

0 commit comments

Comments
 (0)