From b3d198aabdfa3a0ad13abc9b72da35ccb19dd097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:30:57 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------- | | github-tags | actions/cache | v4.0.2 | v4.3.0 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.11.1 | | packagist | middlewares/response-time | 2.0.1 | 2.1.0 | | packagist | monolog/monolog | 3.7.0 | 3.9.0 | | github-tags | containerbase/php-prebuild | 8.2.29 | 8.4.12 | --- .github/workflows/tests.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5aef13d..0e27bf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,10 +12,10 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.6.1 + uses: docker/setup-buildx-action@v3.11.1 - name: Cache Docker layers - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.3.0 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/composer.json b/composer.json index b09f963..bacde49 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "prefer-stable": true, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.4.0", "ext-json": "*", "chimera/bus-tactician": "^1.0.x-dev", "chimera/di-symfony": "^1.0.x-dev",