From a59ff8524c8d94da3a8b63521690039b2b90085f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:29:16 +0000 Subject: [PATCH] chore(deps): update dependency php to v8.2.9 --- .github/workflows/check-dependencies.yml | 2 +- .github/workflows/continuous-integration-optional.yml | 8 ++++---- .github/workflows/continuous-integration.yml | 4 ++-- api/Dockerfile | 2 +- renovate.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index 44284c5d02..5b9bd26d0d 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -21,7 +21,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug diff --git a/.github/workflows/continuous-integration-optional.yml b/.github/workflows/continuous-integration-optional.yml index 4de7dc6ef7..04b7a11761 100644 --- a/.github/workflows/continuous-integration-optional.yml +++ b/.github/workflows/continuous-integration-optional.yml @@ -15,7 +15,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug @@ -30,7 +30,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug @@ -60,7 +60,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug @@ -108,7 +108,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 40147ec5de..ecce623193 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -28,7 +28,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' tools: composer:2.5.0 coverage: xdebug @@ -191,7 +191,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.2.8' + php-version: '8.2.9' extensions: intl-73.1 tools: composer:2.5.0 coverage: xdebug diff --git a/api/Dockerfile b/api/Dockerfile index 70714dfeaa..06aedf48dc 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -8,7 +8,7 @@ # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact # renovate: datasource=docker depName=php -ARG PHP_VERSION=8.2.8 +ARG PHP_VERSION=8.2.9 # renovate: datasource=docker depName=alpine ARG ALPINE_VERSION=3.18 diff --git a/renovate.json b/renovate.json index 6b5d3a10ac..6402ac4bd3 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "force": { "constraints": { "node": "20.5.1", - "php": "8.2.8" + "php": "8.2.9" } }, "automergeType": "branch",