Skip to content

Commit

Permalink
refactor: Default PHP version is 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 4, 2023
1 parent 0cd14cf commit 004bc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpctl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -s .phpctl ]; then
set +a
fi

PHP_VERSION=${PHP_VERSION:-83}
PHP_VERSION=${PHP_VERSION:-82}
PHPCTL_IMAGE=${PHPCTL_IMAGE:-opencodeco/phpctl:php$PHP_VERSION}

for file in "$PHPCTL_DIR"/src/*.sh; do
Expand Down

0 comments on commit 004bc97

Please sign in to comment.