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 | laminas/laminas-ci-matrix-action              | 1.24.0  | 1.29.0  |
| github-tags | laminas/laminas-continuous-integration-action | 1.39.0  | 1.40.1  |
| packagist   | phpunit/phpunit                               | 10.5.41 | 10.5.41 |
| github-tags | shivammathur/setup-php                        | 2.30.0  | 2.32.0  |
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 70d759e commit f37d351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.24.0
uses: laminas/laminas-ci-matrix-action@1.29.0

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.39.0
uses: laminas/laminas-continuous-integration-action@1.40.1
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"azjezz/psl": "^3.2",
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.15",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.19.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit f37d351

Please sign in to comment.