Skip to content

Commit a5d3f93

Browse files
detect if php installation is required or not
1 parent fc2a04c commit a5d3f93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ runs:
5151
- id: read-system-php-version
5252
name: "Read System PHP Version"
5353
shell: bash
54-
if: ${{ steps.read-php-version.outputs.php_version == '' }}
5554
run: |
5655
php_version=$(php -v | head -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)
5756
echo "No composer.json detected, falling back to system PHP version $php_version"

0 commit comments

Comments
 (0)