docksal / service-cli

CLI service image for Docksal
https://docksal.io
MIT License
19 stars 45 forks source link

Stable upstream for PHP 8.3? #312

Closed wantell closed 8 months ago

wantell commented 8 months ago

In #309 it was stated that PHP 8.3 would be added "as soon as there is a stable upstream". The Dockerfile in the 8.3 folder in develop references 8.3.0RC6-fpm-bookworm so it looks like the stable version is available:

I need to test my site against 8.3, so it would be really helpful if it were in a new release. Thanks!

lmakarov commented 8 months ago

Here you go - v3.7.0

$ docker run --rm docksal/cli:php8.3-3.7 php -v
PHP 8.3.2 (cli) (built: Feb  1 2024 01:42:22) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.2, Copyright (c) Zend Technologies
    with Zend OPcache v8.3.2, Copyright (c), by Zend Technologies
wantell commented 8 months ago

Thank you very much!