Skip to content

Commit

Permalink
Merge pull request #378 from pedro-mendonca/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/shivammathur/setup-php-2.25.4

Bump shivammathur/setup-php from 2.25.2 to 2.25.4
  • Loading branch information
pedro-mendonca committed Jul 6, 2023
2 parents 039835a + 56597ce commit fdfab99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.25.2
uses: shivammathur/setup-php@2.25.4
with:
php-version: '7.4' # Results are the same across all versions, check only in the last stable version.
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.25.2
uses: shivammathur/setup-php@2.25.4
with:
php-version: '7.4'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.25.2
uses: shivammathur/setup-php@2.25.4
with:
php-version: '7.4' # Results are the same across all versions, check only in the last stable version.
coverage: none
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 @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.25.2
uses: shivammathur/setup-php@2.25.4
with:
php-version: ${{ matrix.php-versions }}
coverage: none
Expand Down

0 comments on commit fdfab99

Please sign in to comment.