Skip to content

Commit 818da58

Browse files
committed
ci: run suite against a slightly older version of sqlite3
See #324 for more context
1 parent 268923e commit 818da58

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/sqlite3-ruby.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,13 @@ jobs:
6363
run: bundle exec rake compile:msys2
6464
- name: test
6565
run: bundle exec rake test
66+
67+
ubuntu:
68+
runs-on: ubuntu-latest
69+
container:
70+
image: ruby:2.7.5-buster # old enough to not support SQLITE_DBCONFIG_DQS_DDL
71+
steps:
72+
- uses: actions/checkout@v3
73+
- run: bundle install
74+
- run: bundle exec rake compile
75+
- run: bundle exec rake test

0 commit comments

Comments
 (0)