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