diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91c5066..a03395e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3' ] coverage: [ 'none' ] include: - - php-version: 7.4 + - php-version: '7.4' coverage: xdebug steps: @@ -91,11 +91,11 @@ jobs: matrix: include: - command: sniffer - php-version: 7.4 + php-version: '7.4' - command: fixer - php-version: 7.4 + php-version: '7.4' - command: stan - php-version: 7.4 + php-version: '7.4' steps: - name: Checkout