Skip to content

Commit 18914f7

Browse files
Merge pull request #1 from phpDocumentor/dependabot/github_actions/shivammathur/setup-php-2.19.1
github-actions(deps): bump shivammathur/setup-php from 2.18.0 to 2.19.1
2 parents 9e1b0e0 + 0217079 commit 18914f7

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@v3"
3838

3939
- name: "Set up PHP"
40-
uses: "shivammathur/setup-php@2.18.0"
40+
uses: "shivammathur/setup-php@2.19.1"
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@v2"
4444

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

.github/workflows/continues-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: "actions/checkout@v3"
4848

4949
- name: "Set up PHP"
50-
uses: "shivammathur/setup-php@2.18.0"
50+
uses: "shivammathur/setup-php@2.19.1"
5151
with:
5252
coverage: "none"
5353
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@v2"
4444

4545
- name: "Install PHP"
46-
uses: "shivammathur/setup-php@v2"
46+
uses: "shivammathur/setup-php@2.19.1"
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
@@ -33,7 +33,7 @@ jobs:
3333
strict: true
3434

3535
- name: "Set up PHP"
36-
uses: "shivammathur/setup-php@2.18.0"
36+
uses: "shivammathur/setup-php@2.19.1"
3737
with:
3838
coverage: "none"
3939
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@v3"
4545

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

0 commit comments

Comments
 (0)