From 7697648e9ce47fd24647655a5879ced537cd03b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:17:36 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | actions/cache | v4.0.2 | v4.1.2 | | github-tags | docker/build-push-action | v6.5.0 | v6.9.0 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.1 | | github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.12 | --- .github/workflows/tests.yml | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c93eb78..d67c926 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.7.1 - name: Cache Docker layers - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -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",