Skip to content

Commit f0820d3

Browse files
chore(deps): update shivammathur/setup-php digest to 1489f57
1 parent 14f96e2 commit f0820d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/laravel-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4646

4747
- name: Setup PHP ${{ matrix.php-versions }}
48-
uses: shivammathur/setup-php@67271131b1870a5a241694badbda0ac2cae0648e
48+
uses: shivammathur/setup-php@1489f576c9b114d937f49d3ae8667038d0b6703b
4949
with:
5050
php-version: ${{ matrix.php-versions }}
5151
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }}

.github/workflows/upload-db-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4545

4646
- name: Setup PHP 8.1
47-
uses: shivammathur/setup-php@67271131b1870a5a241694badbda0ac2cae0648e
47+
uses: shivammathur/setup-php@1489f576c9b114d937f49d3ae8667038d0b6703b
4848
with:
4949
php-version: "8.1"
5050
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }}

.github/workflows/upload-file-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2525

2626
- name: Setup PHP ${{ matrix.php-versions }}
27-
uses: shivammathur/setup-php@67271131b1870a5a241694badbda0ac2cae0648e
27+
uses: shivammathur/setup-php@1489f576c9b114d937f49d3ae8667038d0b6703b
2828
with:
2929
php-version: ${{ matrix.php-versions }}
3030
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo

0 commit comments

Comments
 (0)