From 59ba11640e948d4952660482455e2ad48873d5e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:39:37 +0000 Subject: [PATCH] chore(deps): update php --- .github/workflows/check-dependencies.yml | 2 +- .github/workflows/continuous-integration-optional.yml | 8 ++++---- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/reusable-api-performance-test.yml | 2 +- .ops/aws-setup/docker-compose.yml | 2 +- api/Dockerfile | 2 +- renovate.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index 6206602229..4686e3573e 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -26,7 +26,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: xdebug diff --git a/.github/workflows/continuous-integration-optional.yml b/.github/workflows/continuous-integration-optional.yml index d7c2a47573..8d6023cfa4 100644 --- a/.github/workflows/continuous-integration-optional.yml +++ b/.github/workflows/continuous-integration-optional.yml @@ -21,7 +21,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: xdebug @@ -36,7 +36,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: xdebug @@ -66,7 +66,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: xdebug @@ -114,7 +114,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: xdebug diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index de07311e31..9f68801ebd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -91,7 +91,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' tools: composer:2.8.0 coverage: none @@ -264,7 +264,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' extensions: intl-73.1 tools: composer:2.8.0 coverage: pcov diff --git a/.github/workflows/reusable-api-performance-test.yml b/.github/workflows/reusable-api-performance-test.yml index 0f6903f057..d692cf9e03 100644 --- a/.github/workflows/reusable-api-performance-test.yml +++ b/.github/workflows/reusable-api-performance-test.yml @@ -32,7 +32,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '8.3.13' + php-version: '8.4.2' extensions: intl-73.1 tools: composer:2.8.0 coverage: pcov diff --git a/.ops/aws-setup/docker-compose.yml b/.ops/aws-setup/docker-compose.yml index bd5831e995..84b8390cfd 100644 --- a/.ops/aws-setup/docker-compose.yml +++ b/.ops/aws-setup/docker-compose.yml @@ -1,6 +1,6 @@ services: aws-setup: - image: pulumi/pulumi-nodejs:3.144.1 + image: pulumi/pulumi-nodejs:3.144.0 container_name: 'ecamp3-aws-setup' volumes: - ../../.prettierrc:/.prettierrc:delegated diff --git a/api/Dockerfile b/api/Dockerfile index 517b823685..f78bcd57b8 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -3,7 +3,7 @@ # Adapted from https://github.com/api-platform/api-platform/blob/fa1c5808305d7cadbf7b8392e0fddb6e80fb2092/api/Dockerfile # Versions -FROM dunglas/frankenphp:1.2-php8.3.13 AS frankenphp_upstream +FROM dunglas/frankenphp:1.3-php8.4.2 AS frankenphp_upstream # the different stages of this Dockerfile are meant to be built into separate images # https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage diff --git a/renovate.json b/renovate.json index 8c4d989125..27f5dacea0 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ ], "constraints": { "node": "22.12.0", - "php": "8.3.13" + "php": "8.4.2" }, "automergeType": "branch", "rebaseWhen": "conflicted",