diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3a148a3..2befb91 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 with: @@ -29,7 +30,7 @@ jobs: extensions: mbstring, dom, fileinfo, gd coverage: xdebug tools: pecl - + - name: Install Dependencies run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist diff --git a/.gitignore b/.gitignore index a61146a..40d41f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ composer.lock .php_cs.cache _meta .phpunit.result.cache +.vscode