Skip to content

Commit 05687fb

Browse files
Bump shivammathur/setup-php from 2.34.1 to 2.35.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.34.1 to 2.35.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@0f7f1d0...2282b6a) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e2d034 commit 05687fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "PHP Lints"
1515
steps:
1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
17+
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
1818
with:
1919
php-version: 8.3
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1919
steps:
2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
21+
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
2222
with:
2323
php-version: ${{ matrix.php-versions }}
2424
tools: composer

0 commit comments

Comments
 (0)