From a1bac9b6e1074f8c847919f48e892668b5efb8be Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 31 May 2020 15:10:30 +0200 Subject: [PATCH] remove composer lock, to avoid installing incompatible dependencies --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e915e3..f852d93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,8 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: gd, sqlite3 + - name: Remove composer lock + run: rm composer.lock - name: Setup PHPunit run: composer install -n - name: Run unit tests