diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index 65fe462..b620349 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -41,9 +41,9 @@ jobs: restore-keys: | ${{ runner.os }}-composer- - name: Set up PHP - uses: shivammathur/setup-php@v3 + uses: shivammathur/setup-php@v2 with: - php-version: '7.2' + php-version: '7.4' coverage: none tools: composer, cs2pr