Skip to content

Commit

Permalink
chore(deps): update shivammathur/setup-php digest to 9e72090 (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 79acf6f commit 0f5db6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Checkout repository

- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: 8.1
coverage: none
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
name: Checkout repository

- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
extensions: sockets, curl, zip, ffi, grpc
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: Checkout repository

- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
extensions: 'sockets, curl, zip, ffi'
php-version: ${{ matrix.php }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: recursive

- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: 8.1
coverage: none
Expand All @@ -31,7 +31,7 @@ jobs:
with:
submodules: recursive

- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: 8.1
coverage: none
Expand All @@ -49,7 +49,7 @@ jobs:
with:
submodules: recursive

- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: 8.1
coverage: none
Expand All @@ -67,7 +67,7 @@ jobs:
with:
submodules: recursive

- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: 8.1
coverage: none
Expand Down

0 comments on commit 0f5db6e

Please sign in to comment.