Skip to content

Commit 6a2fe8f

Browse files
committed
minor #1485 Update devcontainer.json to use PHP 8.2 (Coderberg)
This PR was merged into the main branch. Discussion ---------- Update devcontainer.json to use PHP 8.2 8.1 → 8.2 Commits ------- 92c486a Update devcontainer.json to use PHP 8.2
2 parents 355f695 + 92c486a commit 6a2fe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"features": {
44
"ghcr.io/shyim/devcontainers-features/symfony-cli:0": {},
55
"ghcr.io/shyim/devcontainers-features/php:0": {
6-
"version": "8.1"
6+
"version": "8.2"
77
},
88
},
99
"updateContentCommand": {

0 commit comments

Comments
 (0)