shyim / devcontainers-features

Provides some devcontainers features for PHP
13 stars 4 forks source link

Support for PHP 8.3 #14

Open TiiFuchs opened 2 days ago

TiiFuchs commented 2 days ago

Support for PHP 8.3 would be nice 🥺

shyim commented 2 days ago

can you try now?

TiiFuchs commented 17 hours ago

Hmm doesn't seem to work.

devcontainer.json:

{
    "image": "mcr.microsoft.com/devcontainers/universal:2",
    "features": {
        "ghcr.io/shyim/devcontainers-features/php:0": {
            "installComposer": true,
            "version": "8.3"
        }
    }
}
$ php -v
PHP 8.2.13 (cli) (built: Oct 16 2024 18:13:14) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.13, Copyright (c) Zend Technologies
    with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans