Skip to content

Commit

Permalink
fix: set php version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 29, 2024
1 parent 90013e0 commit a3b9378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/shyim/devcontainers-features/php:0": {}
"ghcr.io/shyim/devcontainers-features/php:0": {
"version": "8.3"
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit a3b9378

Please sign in to comment.