Skip to content

Commit

Permalink
Merge pull request #41 from phpDocumentor/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…hivammathur/setup-php-2.30.2

github-actions(deps): bump shivammathur/setup-php from 2.30.1 to 2.30.2
  • Loading branch information
github-actions[bot] committed Apr 1, 2024
2 parents 6f39f65 + 560e460 commit 36220ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "xdebug"
extensions: "${{ inputs.php-extensions }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
extensions: "${{ inputs.php-extensions }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.1"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 36220ee

Please sign in to comment.