Skip to content

Commit

Permalink
#1342: Fix busted laravel test
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 26, 2019
1 parent f961b08 commit 9f4efa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/laravel/README.md
Expand Up @@ -37,9 +37,9 @@ Run the following commands to validate things are rolling as they should.
cd laravel
lando ssh -s appserver -c "curl -L localhost" | grep "Laravel"

# Should use 7.2 as the default php version
# Should use 7.3 as the default php version
cd laravel
lando php -v | grep "PHP 7.2"
lando php -v | grep "PHP 7.3"

# Should be running apache 2.4 by default
cd laravel
Expand Down

0 comments on commit 9f4efa1

Please sign in to comment.