From c811d3d538d162a27611a4a66c89dabf22c58d18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:23:34 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/build-push-action | v6.5.0 | v6.9.0 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.0 | | github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.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 c93eb78..3e91f6f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.6.1 + uses: docker/setup-buildx-action@v3.7.0 - name: Cache Docker layers uses: actions/cache@v4.0.2 @@ -24,7 +24,7 @@ jobs: - name: Build and push - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.9.0 with: context: . load: true diff --git a/composer.json b/composer.json index bb66027..f19ab71 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.3.0", "ext-json": "*", "ext-pcntl": "*", "chimera/bus-tactician": "^1.0.x-dev",