Skip to content

Commit

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

Update shivammathur/setup-php action to v2.31.1
  • Loading branch information
DavidBadura authored Jul 17, 2024
2 parents 0362842 + 8f4825b commit 90fd6cf
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/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.31.1"
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/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.31.1"
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/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.31.1"
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/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 90fd6cf

Please sign in to comment.