diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edef6c5a..4a797ad1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,17 +21,12 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Cache dependencies - uses: actions/cache@v1 - with: - path: ~/.composer/cache/files - key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip + tools: composer:v2 coverage: none - name: Install dependencies