Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.24.0 to 2.25.1 (#13226)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2023
1 parent 322180e commit 21d5cd4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
cache: npm

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache: npm

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
cache: npm

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
cache: npm

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
coverage: none
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-unit-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: '8.0'
tools: composer
Expand All @@ -120,7 +120,7 @@ jobs:
run: rm -rf vendor/*

- name: Setup PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054
with:
php-version: ${{ matrix.php }}
extensions: mysql
Expand Down

0 comments on commit 21d5cd4

Please sign in to comment.