Skip to content

Commit

Permalink
chore: use PHP 8.2 for vapor local by default (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Sep 14, 2023
1 parent dfde3ad commit 073eeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LocalCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function dockerConfiguration()
],
],
'app' => [
'image' => static::$images[$this->option('php') ? $this->option('php') : '8.0'],
'image' => static::$images[$this->option('php') ? $this->option('php') : '8.2'],
'depends_on' => [
0 => 'mysql',
1 => 'redis',
Expand Down

0 comments on commit 073eeb8

Please sign in to comment.