Skip to content

Commit

Permalink
Merge pull request #216 from Automattic/fix-php-ver
Browse files Browse the repository at this point in the history
fix(php): write correct version under Debian/Ubuntu
  • Loading branch information
sjinks committed Jun 1, 2024
2 parents bcfc447 + 39f63d7 commit 49fa651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/php/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "php",
"name": "PHP",
"description": "Installs PHP into the Dev Environment",
"version": "2.4.1",
"version": "2.4.2",
"options": {
"version": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion features/src/php/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -488,5 +488,5 @@ if [ "${COMPOSER}" = "true" ]; then
fi

install -d /etc/dev-env-features
echo "${VERSION}" > /etc/dev-env-features/php
echo "${PHP_VERSION}" > /etc/dev-env-features/php
echo 'Done!'

0 comments on commit 49fa651

Please sign in to comment.