Skip to content

Commit

Permalink
Merge pull request #69 from mehrancodes/use-default-forge-php-version
Browse files Browse the repository at this point in the history
Set FORGE_PHP_VERSION to use null to use default version
  • Loading branch information
mehrancodes committed Feb 25, 2024
2 parents 09908e1 + 16f0d39 commit 190fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'env_keys' => env('FORGE_ENV_KEYS'),

// PHP version (default: 'php82').
'php_version' => env('FORGE_PHP_VERSION', 'php82'),
'php_version' => env('FORGE_PHP_VERSION'),

// Type of the project (default: 'php').
'project_type' => env('FORGE_PROJECT_TYPE', 'php'),
Expand Down

0 comments on commit 190fd26

Please sign in to comment.