Skip to content

Commit

Permalink
update php version in example (#9194)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbuscemi authored Aug 28, 2024
1 parent 9e9a22e commit d706873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/content/guides/php/02-php-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can use SFTP or Git mode to create or change the `pantheon.yml` file. Follow
```yaml:title=pantheon.yml
api_version: 1
php_version: 8.1
php_version: 8.2
```

- You do not need to specify the PHP version's exact point release (for example, `8.1.10`), as these are managed by the platform and deployed automatically.
Expand Down Expand Up @@ -190,4 +190,4 @@ Upgrade your current version of Drush if you see errors on the Pantheon Dashboar

- [The pantheon.yml Configuration File](/pantheon-yml)

- [php.net - Backward Incompatible Changes](https://secure.php.net/manual/en/migration70.incompatible.php)
- [php.net - Backward Incompatible Changes](https://secure.php.net/manual/en/migration70.incompatible.php)

0 comments on commit d706873

Please sign in to comment.