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   | phpbench/phpbench       | 1.2.15 | 1.2.15 |
| github-tags | ramsey/composer-install | 2.2.0  | 2.3.1  |
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 8d1a2ad commit eba0a23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install CI dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.1"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools"
Expand Down
2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"doctrine/coding-standard": "^12.0.0",
"jetbrains/phpstorm-stubs": "2023.3",
"nikic/php-parser": "^4.18.0",
"phpbench/phpbench": "^1.1.1",
"phpbench/phpbench": "^1.2.15",
"phpstan/phpstan": "^1.10.60",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.12",
Expand Down
2 changes: 1 addition & 1 deletion tools/composer.lock

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

0 comments on commit eba0a23

Please sign in to comment.