Skip to content

PDO SQLite versions support #5542

Answered by fguillot
imfx77 asked this question in Q&A
Aug 24, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Indeed, my unit test configuration is set to use ubuntu-latest which appears to be Ubuntu 20.04.4 LTS.

ubuntu-latest is currently the version 22.04 according to the official GitHub documentation and it has Sqlite 3.37.2 as documented here: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#installed-apt-packages

all PDOs are versions 7.4.3.

The PDO version doesn't matter that much. This is the version of Sqlite used during the PHP compilation process that matters. Which is often the same version as the one installed by default. You can use the phpinfo() command to find out:

php -i | grep "SQLite Library"
SQLite Library => 3.40.1

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@imfx77
Comment options

@fguillot
Comment options

Answer selected by imfx77
@imfx77
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants