Skip to content

Commit 27020b2

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.0 | v6.0.2 | | github-tags | containerbase/php-prebuild | 8.4.18 | 8.5.3 | | github-tags | ramsey/composer-install | 3.1.1 | 3.2.0 | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ad7dc6 commit 27020b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v6.0.0
23-
- uses: shivammathur/setup-php@2.35.5
22+
- uses: actions/checkout@v6.0.2
23+
- uses: shivammathur/setup-php@2.36.0
2424

2525
with:
2626
php-version: ${{ env.default_php }}
2727
ini-values: memory_limit=-1
2828
extensions: ${{ env.php_extensions }}
29-
- uses: ramsey/composer-install@3.1.1
29+
- uses: ramsey/composer-install@3.2.0
3030
- run: make install-tools
3131
- run: make composer-require-checker

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require": {
35-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
35+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3636
"ext-dom": "*",
3737
"laminas/laminas-eventmanager": "^3.14",
3838
"laminas/laminas-navigation": "^2.20.0",

0 commit comments

Comments
 (0)