diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8b49b49ad82c..762aa7ae32e3 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -143,7 +143,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/lint-i18n.yml b/.github/workflows/lint-i18n.yml index da3f999f708e..b44c5b718dc0 100644 --- a/.github/workflows/lint-i18n.yml +++ b/.github/workflows/lint-i18n.yml @@ -73,7 +73,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 82006eeede27..9daf8a6c6d82 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index 25e2fd1098bc..594f3cba67cd 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -275,7 +275,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 503812a08e7d..e1f95813980e 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -84,7 +84,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/tests-unit-php.yml b/.github/workflows/tests-unit-php.yml index 16d195847206..a428516feff7 100644 --- a/.github/workflows/tests-unit-php.yml +++ b/.github/workflows/tests-unit-php.yml @@ -107,7 +107,7 @@ jobs: # Then switch back to the PHP version we want to test and delete the vendor directory. - name: Setup PHP 8.0 - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: '8.0' tools: composer @@ -121,7 +121,7 @@ jobs: run: rm -rf vendor/* - name: Setup PHP - uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 + uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 with: php-version: ${{ matrix.php }} extensions: mysql