From 42c0bd88beab64ae34f8af020d77671a2ea84110 Mon Sep 17 00:00:00 2001 From: Hannes Giesenow Date: Mon, 8 Jan 2024 08:38:57 +0100 Subject: [PATCH] Update doc/installation.rst Co-authored-by: Greg Korba --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 53314393e35..104bc9c567e 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -85,7 +85,7 @@ To integrate php-cs-fixer as check into Gitlab-CI, you can use a configuration l .. code-block:: yaml php-cs-fixer: - image: ghcr.io/php-cs-fixer/php-cs-fixer:$FIXER_VERSION + image: ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3} script: php-cs-fixer fix --diff --dry-run --format=txt src