Skip to content

Commit 8b355d9

Browse files
build(deps): bump shivammathur/setup-php from 2.35.1 to 2.35.3 (#689)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 211074e commit 8b355d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Setup PHP
15-
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
15+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
1616
with:
1717
php-version: 8.2
1818
ini-values: assert.exception=1, phar.readonly=0, zend.assertions=1

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
restore-keys: ${{ steps.extcache.outputs.key }}
4242

4343
- name: Setup PHP
44-
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
44+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
4545
env:
4646
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
@@ -118,7 +118,7 @@ jobs:
118118
# restore-keys: ${{ steps.extcache.outputs.key }}
119119

120120
# - name: Setup PHP
121-
# uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
121+
# uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
122122
# with:
123123
# php-version: ${{ matrix.php-versions }}
124124
# extensions: ${{ env.extensions }}
@@ -201,7 +201,7 @@ jobs:
201201
restore-keys: ${{ steps.extcache.outputs.key }}
202202

203203
- name: Setup PHP
204-
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
204+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
205205
with:
206206
php-version: ${{ matrix.php-versions }}
207207
extensions: ${{ env.extensions }}

0 commit comments

Comments
 (0)