Skip to content

Commit

Permalink
Merge pull request #1378 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
kukulich committed Dec 1, 2023
2 parents 84bced8 + 0b8c59a commit c86cb30
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 155 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -7,7 +7,7 @@
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2023.2",
"nikic/php-parser": "^4.17.1",
"roave/signature": "^1.7"
"roave/signature": "^1.8.0"
},
"authors": [
{
Expand All @@ -34,10 +34,10 @@
],
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.10.41",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"vimeo/psalm": "5.15.0",
"phpunit/phpunit": "^10.5.0",
"vimeo/psalm": "5.16.0",
"roave/infection-static-analysis-plugin": "^1.33.0"
},
"autoload": {
Expand Down

0 comments on commit c86cb30

Please sign in to comment.