Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                              | from     | to        |
| ----------- | ------------------------------------ | -------- | --------- |
| github-tags | actions/checkout                     | v4.1.1   | v4.2.2    |
| packagist   | ergebnis/composer-normalize          | 2.31.0   | 2.45.0    |
| packagist   | ergebnis/license                     | 2.4.0    | 2.6.0     |
| github-tags | containerbase/php-prebuild           | 8.2.26   | 8.4.1     |
| packagist   | phpstan/extension-installer          | 1.3.1    | 1.4.3     |
| packagist   | phpstan/phpstan                      | 1.10.57  | 1.12.12   |
| packagist   | phpstan/phpstan-deprecation-rules    | 1.1.4    | 1.2.1     |
| packagist   | phpstan/phpstan-phpunit              | 1.3.15   | 1.4.1     |
| packagist   | phpstan/phpstan-strict-rules         | 1.5.2    | 1.6.1     |
| packagist   | phpunit/phpunit                      | 9.6.16   | 9.6.22    |
| packagist   | psalm/plugin-phpunit                 | 0.18.4   | 0.19.0    |
| github-tags | ridedott/merge-me-action             | v2.10.66 | v2.10.111 |
| github-tags | shivammathur/setup-php               | 2.29.0   | 2.31.1    |
| github-tags | stefanzweifel/git-auto-commit-action | v5.0.0   | v5.0.1    |
| packagist   | vimeo/psalm                          | 5.20.0   | 5.26.1    |
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f8fb436 commit b6f5219
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Lint YAML files"
uses: "ibiqlik/[email protected]"
Expand All @@ -34,7 +34,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -176,10 +176,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -216,10 +216,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -261,10 +261,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-renovate-upgrades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: "Auto-Merge"
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
uses: "ridedott/[email protected].66"
uses: "ridedott/[email protected].111"
with:
GITHUB_LOGIN: "renovate"
GITHUB_TOKEN: "${{ secrets.LCTRS_BOT_TOKEN }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.2"
with:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -44,7 +44,7 @@ jobs:
run: "php update-license.php"

- name: "Commit modified files"
uses: "stefanzweifel/[email protected].0"
uses: "stefanzweifel/[email protected].1"
with:
commit_author: "lctrs-bot <[email protected]>"
commit_message: "license: update year"
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"source": "https://github.com/Lctrs/circular-buffer"
},
"require": {
"php": "~8.0.2 || ~8.1.0 || ~8.2.0"
"php": "~8.0.2 || ~8.1.0 || ~8.2.0 || ~8.4.0"
},
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"ergebnis/composer-normalize": "2.31.0",
"ergebnis/license": "2.4.0",
"ergebnis/composer-normalize": "2.45.0",
"ergebnis/license": "2.6.0",
"infection/infection": "0.26.19",
"maglnet/composer-require-checker": "4.4.0",
"phpstan/extension-installer": "1.3.1",
"phpstan/phpstan": "1.10.57",
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpunit/phpunit": "9.6.16",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "5.20.0"
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.12",
"phpstan/phpstan-deprecation-rules": "1.2.1",
"phpstan/phpstan-phpunit": "1.4.1",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpunit/phpunit": "9.6.22",
"psalm/plugin-phpunit": "0.19.0",
"vimeo/psalm": "5.26.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b6f5219

Please sign in to comment.