From 8d039801777e6c96b396fe7f2925f5504419149f Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Sun, 24 Jan 2021 01:07:41 +0300 Subject: [PATCH] update php path version --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50b0ad3..99d86a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,8 @@ jobs: with: php-version: ${{ matrix.php }} coverage: pcov + env: + update: true - name: Setup Problem Matchers for PHPUnit run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" @@ -75,6 +77,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' + env: + update: true - name: Get composer cache directory id: composer-cache @@ -104,6 +108,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' + env: + update: true - name: Get composer cache directory id: composer-cache @@ -133,6 +139,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' + env: + update: true - name: Get composer cache directory id: composer-cache @@ -169,6 +177,8 @@ jobs: with: php-version: '8.0' coverage: pcov + env: + update: true - name: Get composer cache directory id: composer-cache