Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                           | from    | to      |
| ----------- | --------------------------------- | ------- | ------- |
| packagist   | infection/infection               | 0.28.1  | 0.29.6  |
| packagist   | phpstan/phpstan                   | 1.11.10 | 1.11.10 |
| packagist   | phpstan/phpstan-deprecation-rules | 1.2.0   | 1.2.0   |
| packagist   | phpstan/phpstan-phpunit           | 1.4.0   | 1.4.0   |
| github-tags | shivammathur/setup-php            | 2.30.0  | 2.31.1  |
  • Loading branch information
renovate[bot] committed Aug 16, 2024
1 parent 1ba4281 commit 6f0d89b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 35 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install php"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install php"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: "actions/checkout@v4"

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

- name: "install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.28",
"infection/infection": "^0.29",
"matthiasnoback/symfony-dependency-injection-test": "^6.0.0",
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan": "^1.11.10",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.11 || ^11.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "dev-master"
Expand Down
103 changes: 77 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f0d89b

Please sign in to comment.