Skip to content

Commit

Permalink
minor symfony#1485 Update devcontainer.json to use PHP 8.2 (Coderberg)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jan 12, 2024
2 parents 355f695 + 92c486a commit 6a2fe8f
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 6a2fe8f

Please sign in to comment.