Skip to content

Commit c157ca7

Browse files
Merge pull request #47 from phpDocumentor/dependabot/github_actions/shivammathur/setup-php-2.31.0
github-actions(deps): bump shivammathur/setup-php from 2.30.5 to 2.31.0
2 parents 7fa2eea + 8627831 commit c157ca7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: "actions/checkout@v4"
3838

3939
- name: "Set up PHP"
40-
uses: "shivammathur/setup-php@2.30.5"
40+
uses: "shivammathur/setup-php@2.31.0"
4141
with:
4242
coverage: "xdebug"
4343
extensions: "${{ inputs.php-extensions }}"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: "actions/checkout@v4"
4444

4545
- name: "Install PHP"
46-
uses: "shivammathur/setup-php@2.30.5"
46+
uses: "shivammathur/setup-php@2.31.0"
4747
with:
4848
coverage: "none"
4949
php-version: "${{ matrix.php-version }}"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: "actions/checkout@v4"
8282

8383
- name: "Set up PHP"
84-
uses: "shivammathur/setup-php@2.30.5"
84+
uses: "shivammathur/setup-php@2.31.0"
8585
with:
8686
coverage: "none"
8787
extensions: "${{ inputs.php-extensions }}"

.github/workflows/dependency-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: "actions/checkout@v4"
4444

4545
- name: "Install PHP"
46-
uses: "shivammathur/setup-php@2.30.5"
46+
uses: "shivammathur/setup-php@2.31.0"
4747
with:
4848
coverage: "none"
4949
php-version: "${{ matrix.php-version }}"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strict: true
4343

4444
- name: "Set up PHP"
45-
uses: "shivammathur/setup-php@2.30.5"
45+
uses: "shivammathur/setup-php@2.31.0"
4646
with:
4747
coverage: "none"
4848
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo"

.github/workflows/static-analysis.yml

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

4646
- name: "Install PHP"
47-
uses: "shivammathur/setup-php@2.30.5"
47+
uses: "shivammathur/setup-php@2.31.0"
4848
with:
4949
coverage: "none"
5050
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)