Automatically closed - issue fixed for 2 weeks with no activity.
.travis.yml
:dist: bionic
before_install:
- sudo echo "deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse" >> /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get -y install sqlite3/focal
I tested the above on TravisCI and it works (it successfully installs Ubuntu 20.04 (focal)'s SQLite version on Ubuntu 18.04 (bionic)), but I don't know if it has any unwanted side effects.
Raised the minimum SQLite version to 3.26 in Drupal 9.
Fixed
9.0
sqlite db driver
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.