Skip to content

Commit 5a28bc5

Browse files
chore(deps): update shivammathur/setup-php action to v2.35.3
1 parent 307c912 commit 5a28bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 1
2828

2929
- name: Install PHP
30-
uses: shivammathur/setup-php@2.22.0
30+
uses: shivammathur/setup-php@2.35.3
3131
with:
3232
php-version: ${{ matrix.php-versions }}
3333
extensions: gd,mbstring,pcov

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 1
2828

2929
- name: Install PHP
30-
uses: shivammathur/setup-php@2.22.0
30+
uses: shivammathur/setup-php@2.35.3
3131
with:
3232
php-version: ${{ matrix.php-versions }}
3333
extensions: gd,mbstring,pcov,xdebug

0 commit comments

Comments
 (0)