roots / bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure
https://roots.io/bedrock/
MIT License
6.15k stars 1.16k forks source link

Fix GitHub Actions CI Workflow #650

Closed mcaskill closed 2 years ago

mcaskill commented 2 years ago

Fixed typo in input for shivammathur/setup-php, must be php-version instead of php_version.

This typo prevented the action from detecting the matrix job's PHP version, installing the latest version of PHP instead.

Renamed matrix job configuration from php_version to php-version for consistency with action.

Screen capture of Setup PHP step of Build 7.4 of Run 8116757560 warning of unexpected input 'php_version' and installation of PHP 8.1.19 instead of PHP 7.4