From b8e112aa73af1ebaae0d5f580cc508d66f376d12 Mon Sep 17 00:00:00 2001 From: Mahdi Yazdani Date: Mon, 15 Aug 2022 17:46:27 +0300 Subject: [PATCH] Updated PHP version --- .github/workflows/php-coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index c3a92f6..191992f 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -43,7 +43,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.3' + php-version: '7.4' coverage: none tools: composer, cs2pr