Skip to content

Commit

Permalink
bump setup-php version
Browse files Browse the repository at this point in the history
  • Loading branch information
neenjaw committed Dec 25, 2021
1 parent 2668f5d commit 141eb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exercise-lint-phpcs-psr-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2

- uses: shivammathur/setup-php@46fc8a2fd7cba50512858026dc8f0947c8a7a0e8
- uses: shivammathur/setup-php@15b20027cf4e61cb21f2582a8f125cafb1c0492e
with:
php-version: ${{ matrix.php-version }}
extensions: gmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests-phpunit-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2

- uses: shivammathur/setup-php@46fc8a2fd7cba50512858026dc8f0947c8a7a0e8
- uses: shivammathur/setup-php@15b20027cf4e61cb21f2582a8f125cafb1c0492e
with:
version: ${{ matrix.php-version }}
extensions: gmp
Expand Down

0 comments on commit 141eb04

Please sign in to comment.