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      |
| ----------- | --------------------------------- | ------ | ------- |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| packagist   | phpbench/phpbench                 | 1.2.7  | 1.2.7   |
| packagist   | phpstan/phpstan                   | 1.9.2  | 1.9.3   |
| packagist   | phpstan/phpstan-deprecation-rules | 1.0.0  | 1.1.1   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.0  | 1.3.2   |
| packagist   | phpstan/phpstan-strict-rules      | 1.4.4  | 1.4.4   |
| packagist   | phpunit/php-code-coverage         | 9.2.17 | 9.2.20  |
| packagist   | phpunit/phpunit                   | 9.5.27 | 9.5.27  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
  • Loading branch information
renovate[bot] authored Dec 13, 2022
1 parent b296a57 commit e10e541
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -39,7 +39,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -95,7 +95,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.21.2"
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.9"
uses: "actions/cache@v3.0.11"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"require-dev": {
"infection/infection": "^0.26",
"lcobucci/coding-standard": "^9.0",
"phpbench/phpbench": "^1.2",
"phpbench/phpbench": "^1.2.7",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/php-code-coverage": "9.2.17",
"phpunit/phpunit": "^9.5"
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/php-code-coverage": "9.2.20",
"phpunit/phpunit": "^9.5.27"
},
"autoload": {
"psr-4": {
Expand Down
72 changes: 35 additions & 37 deletions composer.lock

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

0 comments on commit e10e541

Please sign in to comment.