Hello everyone,
At this moment, I am running phpunit tests, using Sqlite database engine, which its version is 3.37.2. However, I would like to upgrade it to the latest one (3.43.0), in order to get all new features. Has anyone dealt with a similar case or know how to do it ? Or maybe, sail is still not compatible with the latest version of sqlite?
Sail Version 1.25.0
Laravel Version 10.24.0
PHP Version 8.1
Operating System Linux
OS Version 22.04
Thanks a lot.
To upgrade Sqlite to the latest version, you can follow these steps:
Download the latest version of Sqlite from the official website. Extract the contents of the downloaded file. Navigate to the extracted directory and run the following commands: ./configure make sudo make install Verify that the installation was successful by running sqlite3 --version in your terminal. As for compatibility with Sail, it’s best to check with Laravel’s documentation or support team to confirm whether the latest version of Sqlite is compatible with Sail. You can read this link to have more details: https://stackoverflow.com/questions/64861331/how-can-i-install-or-upgrade-to-sqlite-3-33-0-
Edit: Removed spam link
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community