Skip to content

Commit

Permalink
Remove default from php-version input and add file input from shivamm…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Jan 29, 2023
1 parent 2d47531 commit 68980e1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions action.yml
Expand Up @@ -6,25 +6,20 @@ branding:
icon: 'play-circle'
inputs:
php-version:
description: 'Setup PHP version.'
default: '8.2'
required: true
description: 'Setup PHP version. Reads from .php-version if unset.'
php-version-file:
description: 'File containing the PHP version to use. Defaults to .php-version if unset.'
extensions:
description: 'Setup PHP extensions.'
required: false
ini-file:
description: 'Set base ini file.'
default: 'production'
required: false
ini-values:
description: 'Add values to php.ini.'
required: false
coverage:
description: 'Setup code coverage driver.'
required: false
tools:
description: 'Setup popular tools globally.'
required: false
outputs:
php-version:
description: 'PHP version in semver format'
Expand Down

0 comments on commit 68980e1

Please sign in to comment.