From 5d6b335c84de655a474d3c82f502b961441525ce Mon Sep 17 00:00:00 2001 From: Nicolas PHILIPPE Date: Sat, 21 Dec 2024 17:22:24 +0100 Subject: [PATCH] fix: cs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab70a16d..954bf306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: steps: - uses: zenstruck/.github/actions/php-cs-fixer@main with: - php: 8 + php: 8.1 key: ${{ secrets.GPG_PRIVATE_KEY }} token: ${{ secrets.COMPOSER_TOKEN }}