Skip to content

Commit 1920fe4

Browse files
Bump shivammathur/setup-php from 2.31.1 to 2.32.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.31.1 to 2.32.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.31.1...2.32.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0908fb0 commit 1920fe4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: 'actions/[email protected]'
2121
-
2222
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
23-
uses: 'shivammathur/setup-php@2.31.1'
23+
uses: 'shivammathur/setup-php@2.32.0'
2424
with:
2525
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
2626
coverage: 'none'
@@ -55,7 +55,7 @@ jobs:
5555
uses: 'actions/[email protected]'
5656
-
5757
name: 'Setup PHP ${{ matrix.php-version }}'
58-
uses: 'shivammathur/setup-php@2.31.1'
58+
uses: 'shivammathur/setup-php@2.32.0'
5959
with:
6060
php-version: '${{ matrix.php-version }}'
6161
coverage: 'none'
@@ -82,7 +82,7 @@ jobs:
8282
uses: 'actions/[email protected]'
8383
-
8484
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
85-
uses: 'shivammathur/setup-php@2.31.1'
85+
uses: 'shivammathur/setup-php@2.32.0'
8686
with:
8787
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
8888
coverage: 'none'
@@ -110,7 +110,7 @@ jobs:
110110
uses: 'actions/[email protected]'
111111
-
112112
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
113-
uses: 'shivammathur/setup-php@2.31.1'
113+
uses: 'shivammathur/setup-php@2.32.0'
114114
with:
115115
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
116116
coverage: 'none'
@@ -154,7 +154,7 @@ jobs:
154154
uses: 'actions/[email protected]'
155155
-
156156
name: 'Setup PHP ${{ matrix.php-version }}'
157-
uses: 'shivammathur/setup-php@2.31.1'
157+
uses: 'shivammathur/setup-php@2.32.0'
158158
with:
159159
php-version: '${{ matrix.php-version }}'
160160
coverage: 'xdebug'

0 commit comments

Comments
 (0)