From 68cb37f4381be7154692c22db4bb7b9aa6095061 Mon Sep 17 00:00:00 2001 From: David Mellen Date: Tue, 21 Nov 2023 13:40:53 +0100 Subject: [PATCH] Update workflow --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5e164f..f4ab29a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: php-actions/composer@v6 with: - php_version: 8.2 + php_version: 8.1 php_extensions: intl + args: --no-scripts --ignore-platform-reqs - run: composer run-script phpcs