From eab52be70fa9fe934ea3fa5f978ad9c66aca891f Mon Sep 17 00:00:00 2001 From: Henrique Felix Date: Mon, 12 May 2025 17:23:46 +0000 Subject: [PATCH] feat: Add php8.4 as devcontainer for github. --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..775cbf8 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1 @@ +{ "image": "mcr.microsoft.com/devcontainers/php:1-8.4-bullseye" }