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.27.0 | 1.27.1 |
| github-tags | containerbase/php-prebuild       | 8.2.23 | 8.3.11 |
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 90eb849 commit b643924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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@38e146b542b4952fea583408acff8dcddf20b427 # 1.27.0
uses: laminas/laminas-ci-matrix-action@2edec718fe222631afd4348f54725db8b0671c86 # 1.27.1

qa:
name: QA Checks
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"phpunit/phpunit": "^9.6.20"
},
Expand Down

0 comments on commit b643924

Please sign in to comment.