Skip to content

Commit

Permalink
Merge pull request #774 from Aerendir/dependabot/github_actions/dev/s…
Browse files Browse the repository at this point in the history
…hivammathur/setup-php-2.30.5

[GitHub Action]: Bump shivammathur/setup-php from 2.30.4 to 2.30.5
  • Loading branch information
kodiakhq[bot] authored Jun 4, 2024
2 parents fc726a3 + 85ab487 commit e22af6e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

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

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

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

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
Expand Down

0 comments on commit e22af6e

Please sign in to comment.