From 90ecc3d01d0520b73a9bbb8f1a081277e070d3de Mon Sep 17 00:00:00 2001 From: Ronald Marfoldi Date: Thu, 17 Apr 2025 10:23:10 +0200 Subject: [PATCH] Upgrate to anzusystems/common-bundle v9 --- .github/workflows/php.yml | 4 ++-- Dockerfile | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6ab4c57..470dc2a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,9 +11,9 @@ jobs: matrix: include: - php-version: 8.3 - docker-image: 'anzusystems/php:4.0.0-php83-cli' + docker-image: 'anzusystems/php:4.1.0-php83-cli' - php-version: 8.4 - docker-image: 'anzusystems/php:4.0.0-php84-cli' + docker-image: 'anzusystems/php:4.1.0-php84-cli' name: PHP ${{ matrix.php-version }} runs-on: ubuntu-latest diff --git a/Dockerfile b/Dockerfile index 998f337..f966b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM anzusystems/php:4.0.0-php83-cli +FROM anzusystems/php:4.1.0-php83-cli # ### Basic arguments and variables ARG DOCKER_USER_ID diff --git a/composer.json b/composer.json index a69d45f..d1b4d32 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=8.3", "ext-json": "*", "ext-redis": "*", - "anzusystems/common-bundle": "^7.0|^8.0", + "anzusystems/common-bundle": "^8.0|^9.0", "doctrine/common": "^3.3", "lcobucci/jwt": "^4.2" },