Skip to content

Commit 227b44f

Browse files
Update shivammathur/setup-php action to v2.32.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.31.1 | 2.32.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e69b895 commit 227b44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/[email protected]
20-
- uses: shivammathur/setup-php@2.31.1
20+
- uses: shivammathur/setup-php@2.32.0
2121
with:
2222
php-version: 8.1
2323
extensions: pcov
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/[email protected]
4444

4545
- name: "Install PHP"
46-
uses: shivammathur/setup-php@2.31.1
46+
uses: shivammathur/setup-php@2.32.0
4747
with:
4848
php-version: 8.1
4949

0 commit comments

Comments
 (0)