diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 3b1bba8e..7c8f3b4b 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -33,7 +33,7 @@ jobs:
shell: pwsh
run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/clover.xml -n github-actions-codecov-${{ matrix.operating-system }}-php${{ matrix.php-versions }}
- - name: Installing PHP with extensions and custom config
+ - name: Setup PHP with extensions and custom config
run: node lib/install.js
env:
php-version: ${{ matrix.php-versions }}
diff --git a/README.md b/README.md
index 5698ec69..46c26529 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ See [action.yml](action.yml "Metadata for this GitHub Action") and usage below f
steps:
- name: Checkout
uses: actions/checkout@master
-- name: Installing PHP
+- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: '7.3'
@@ -138,7 +138,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- - name: Install PHP
+ - name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
@@ -186,7 +186,7 @@ Contributions are welcome! See [Contributor's Guide](.github/CONTRIBUTING.md "sh
## :sparkling_heart: Support this project
- Please star the project and share it.
-- Consider supporting on and .
+- Please support on and .
## :bookmark: This action uses the following works