From 970ece4c2deb2036ccd7ccb7b04e09252e2bf8a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:09:29 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/build-push-action | v6.5.0 | v6.6.1 | | github-tags | containerbase/php-prebuild | 8.2.22 | 8.3.10 | --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c93eb78..f9bed46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - name: Build and push - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.6.1 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",