From 7cd39dcb975f0abb0191305af48d18610f41d42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 3 Nov 2020 18:07:09 +0100 Subject: [PATCH] Fix: Reference --- .github/workflows/integrate.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6141e96..ac64b9b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -26,11 +26,10 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.3.3" - - name: "Install PHP with extensions" + - name: "Install PHP" uses: "shivammathur/setup-php@2.7.0" with: coverage: "none" - extensions: "${{ env.PHP_EXTENSIONS }}" php-version: "${{ matrix.php-version }}" - name: "Validate composer.json and composer.lock"