Skip to content

Update SQLite version info in the INSTALLATION doc. #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Target Version

Testing for this track is based on version __3.37__.
Testing for this track uses the `alpine:3.18` Docker image which, as of May 2025, uses `sqlite3 version 3.41.2`.
We strive to ensure that the tools provided by this track will work on the latest Ubuntu LTS release.
While users may have newer versions installed, they should be aware that some features may not work with our test runner.
Features can be compared on [SQLite version history][version-history].
The version was chosen to maintain maintain compatibility with users on Ubuntu 22.04, the current LTS version.
When the next LTS comes into rotation, we will also update our track.

## Windows

Expand Down