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.22.1 | 1.24.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.35.0 |
| packagist   | phpunit/phpunit                               | 10.2.4 | 10.3.4 |
| github-tags | shivammathur/setup-php                        | 2.25.4 | 2.25.5 |
  • Loading branch information
renovate[bot] committed Sep 13, 2023
1 parent 6ec3de6 commit 4f36ba6
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 70 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.22.1
uses: laminas/laminas-ci-matrix-action@1.24.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.32.0
uses: laminas/laminas-continuous-integration-action@1.35.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.4"
uses: "shivammathur/setup-php@2.25.5"
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 @@ -21,7 +21,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.4"
"phpunit/phpunit": "^10.3.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4f36ba6

Please sign in to comment.