Skip to content

Commit 5a80be6

Browse files
authored
Merge pull request #769 from Roave/renovate/all-minor-patch
Update shivammathur/setup-php action to v2.32.0
2 parents 6ccc6ea + 4eb79e2 commit 5a80be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: "Install PHP"
61-
uses: "shivammathur/setup-php@2.30.4"
61+
uses: "shivammathur/setup-php@2.32.0"
6262
with:
6363
php-version: "${{ matrix.php-version }}"
6464
ini-values: memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: "Install PHP"
112-
uses: "shivammathur/setup-php@2.30.4"
112+
uses: "shivammathur/setup-php@2.32.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

0 commit comments

Comments
 (0)