Skip to content

Commit d12f6a8

Browse files
⬆️ Update shivammathur/setup-php action to v2.35.4
1 parent 1e8c04b commit d12f6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm run build
6262

6363
- name: 🏗 Setup PHP, with composer and extensions
64-
uses: shivammathur/setup-php@2.31.1
64+
uses: shivammathur/setup-php@2.35.4
6565
with:
6666
php-version: ${{ matrix.php-versions }}
6767
extensions: mbstring, bcmath

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.head_ref }}
2424

2525
- name: 🏗 Setup PHP, with composer and extensions
26-
uses: shivammathur/setup-php@2.31.1
26+
uses: shivammathur/setup-php@2.35.4
2727
with:
2828
php-version: ${{env.DEFAULT_PHP}}
2929
coverage: none

0 commit comments

Comments
 (0)