Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.30.1 to 2.30.2 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 4d3e2d2 commit 645a913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c
- uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033
with:
php-version: ${{ matrix.php-version }}
extensions: gmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests-phpunit-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c
- uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033
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@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c
- uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033
with:
php-version: ${{ matrix.php-version }}
extensions: gmp
Expand Down

0 comments on commit 645a913

Please sign in to comment.