Skip to content

Commit 465083e

Browse files
authored
Added 8.3 runtime in sail documentaion (#9074)
It is added last month laravel/sail#614
1 parent e392b6f commit 465083e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sail.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,12 @@ sail tinker
369369
<a name="sail-php-versions"></a>
370370
## PHP Versions
371371

372-
Sail currently supports serving your application via PHP 8.2, 8.1, or PHP 8.0. The default PHP version used by Sail is currently PHP 8.2. To change the PHP version that is used to serve your application, you should update the `build` definition of the `laravel.test` container in your application's `docker-compose.yml` file:
372+
Sail currently supports serving your application via PHP 8.3, 8.2, 8.1, or PHP 8.0. The default PHP version used by Sail is currently PHP 8.2. To change the PHP version that is used to serve your application, you should update the `build` definition of the `laravel.test` container in your application's `docker-compose.yml` file:
373373

374374
```yaml
375+
# PHP 8.3
376+
context: ./vendor/laravel/sail/runtimes/8.3
377+
375378
# PHP 8.2
376379
context: ./vendor/laravel/sail/runtimes/8.2
377380

0 commit comments

Comments
 (0)