From da67410e3627f105c2c42fbafa7f9520d13ca518 Mon Sep 17 00:00:00 2001 From: Ben Tidy Date: Fri, 10 Feb 2023 13:09:03 +0000 Subject: [PATCH] [update] Attempt #1 at fixing github ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49cf7c7..9b9a486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,10 @@ jobs: coverage: none tools: composer:v2 + - name: Skip ci error + run: | + composer config --no-plugins allow-plugins.php-http/discovery true + - name: Install dependencies run: | composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress