Skip to content

Commit 9678f06

Browse files
Don't run tests with sqllite 3
Solidus depends on kt-paperclip which loads sqlite3 (~> 1.4). This conflicts with newer versions of ruby which can't use such an old version.
1 parent c89fded commit 9678f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
database:
3434
- "postgresql"
3535
- "mysql"
36-
- "sqlite"
36+
# - "sqlite"
3737
exclude:
3838
- rails-version: "7.2"
3939
solidus-branch: "v4.3"

0 commit comments

Comments
 (0)