From 398fdee2aa40254d066e6d5b1e151a694751f494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:48:50 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | actions/cache | v4.0.2 | v4.2.1 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.9.0 | | packagist | monolog/monolog | 3.7.0 | 3.8.1 | | github-tags | containerbase/php-prebuild | 8.2.27 | 8.4.4 | --- .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..b396a8d 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.9.0 - name: Cache Docker layers - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.1 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",