Skip to content

Commit 4eb79e2

Browse files
Update shivammathur/setup-php action to v2.32.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.30.4 | 2.32.0 |
1 parent c33f4b0 commit 4eb79e2

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)