Skip to content

Commit

Permalink
Merge pull request #769 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update shivammathur/setup-php action to v2.32.0
  • Loading branch information
Ocramius authored Feb 6, 2025
2 parents 6ccc6ea + 4eb79e2 commit 5a80be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.32.0"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.32.0"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down

0 comments on commit 5a80be6

Please sign in to comment.