Skip to content

Commit

Permalink
Changed to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers authored May 8, 2023
1 parent 9fc6cdd commit 6c8659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spin
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ action_new(){
case $1 in
laravel)
shift 1
docker run --rm -v $(pwd):/var/www/html -e "S6_LOGGING=1" serversideup/php:8.1-cli composer create-project laravel/laravel "$@"
docker run --rm -v $(pwd):/var/www/html -e "S6_LOGGING=1" serversideup/php:8.2-cli composer create-project laravel/laravel "$@"
;;
*)
echo "\"$1\" is not a valid command. Below are the commands available."
Expand Down

0 comments on commit 6c8659d

Please sign in to comment.