Skip to content

Commit

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

Bump shivammathur/setup-php from 2.30.3 to 2.30.4
  • Loading branch information
pedro-mendonca authored Apr 25, 2024
2 parents 5f6e553 + 39430bb commit dd32145
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 @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].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/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].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/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: '7.4'
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 @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: ${{ matrix.php-versions }}
coverage: none
Expand Down

0 comments on commit dd32145

Please sign in to comment.