diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index dd97aefa..1f64df27 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,6 +20,12 @@ jobs: with: submodules: true + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' + tools: phpunit, phpcs + - name: Get Date id: get-date run: |