Skip to content

Commit 9e4addd

Browse files
Update shivammathur/setup-php action to v2.36.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 002455b commit 9e4addd

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5.0.1
20-
- uses: shivammathur/setup-php@2.35.5
20+
- uses: shivammathur/setup-php@2.36.0
2121
with:
2222
php-version: 8.1
2323
extensions: pcov
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v5.0.1
4444

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

0 commit comments

Comments
 (0)