Skip to content

Commit

Permalink
Merge pull request #8 from patchlevel/renovate/shivammathur-setup-php…
Browse files Browse the repository at this point in the history
…-2.x

Update shivammathur/setup-php action to v2.30.2
  • Loading branch information
DavidBadura authored Apr 16, 2024
2 parents 34445a1 + e4a9de7 commit abb1e61
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-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit abb1e61

Please sign in to comment.