Skip to content

Commit

Permalink
Update devcontainer.json to use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Jan 3, 2024
1 parent 355f695 commit 92c486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"features": {
"ghcr.io/shyim/devcontainers-features/symfony-cli:0": {},
"ghcr.io/shyim/devcontainers-features/php:0": {
"version": "8.1"
"version": "8.2"
},
},
"updateContentCommand": {
Expand Down

0 comments on commit 92c486a

Please sign in to comment.