Skip to content

Commit b01d317

Browse files
Bump shivammathur/setup-php from 2.37.1 to 2.37.2 (#3312)
1 parent 16fb435 commit b01d317

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
AWS_SUPPRESS_PHP_DEPRECATION_WARNING: true
2222
steps:
2323
- name: Setup PHP with Xdebug
24-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
24+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
2525
with:
2626
coverage: xdebug
2727
php-version: '8.3'

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build API documentation for PHP ${{ matrix.php-versions }}
1616
steps:
1717
- name: Setup PHP with JIT
18-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
18+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1919
with:
2020
coverage: none
2121
php-version: ${{ matrix.php-versions }}

.github/workflows/tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
AWS_SUPPRESS_PHP_DEPRECATION_WARNING: true
3434
steps:
3535
- name: Setup PHP with JIT
36-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
36+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3737
with:
3838
coverage: none
3939
php-version: ${{ matrix.php-versions }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
# sets up the correct version of PHP with necessary config options
4848
- name: Setup PHP with JIT
49-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
49+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5050
with:
5151
coverage: none
5252
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)