We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.38.0
11.33.2
8.3.14
Linux
ubuntu
It would be great if sail could be updated to Ubuntu 24.04 as base image, currently 22.04 is used as base image which is quite old.
e.g.
sqlite with ubuntu 22.04 is 3.37.2, released 2022-01-06 and does not support "select concat('a', 'b');"
sqlite with ubuntu 24.04 is 3.45.1, released 2024-01-30.
vendor/bin/sail php -r "print_r(SQLite3::version());"
Array ( [versionString] => 3.37.2 [versionNumber] => 3037002 )
The text was updated successfully, but these errors were encountered:
Please also note that nodejs v20 has entered maintenance mode:
https://github.com/nodejs/release#release-schedule
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Sail Version
1.38.0
Laravel Version
11.33.2
PHP Version
8.3.14
Operating System
Linux
OS Version
ubuntu
Description
It would be great if sail could be updated to Ubuntu 24.04 as base image, currently 22.04 is used as base image which is quite old.
e.g.
sqlite with ubuntu 22.04 is 3.37.2, released 2022-01-06 and does not support "select concat('a', 'b');"
sqlite with ubuntu 24.04 is 3.45.1, released 2024-01-30.
Steps To Reproduce
vendor/bin/sail php -r "print_r(SQLite3::version());"
The text was updated successfully, but these errors were encountered: