From 9029a84fddb3b76ee987420429c586024bf7451e Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:04:59 +0100 Subject: [PATCH] reduced platforms and version for test & added composer --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb24af..baf8ac4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,15 +15,15 @@ jobs: matrix: os: - ubuntu-latest - - windows-latest +# - windows-latest php-version: - - 7.3 +# - 7.3 - 7.4 phpunit-version: - 8.5.2 - dependencies: - - lowest - - highest +# dependencies: +# - lowest +# - highest include: - os: ubuntu-latest php-version: '7.2' @@ -39,6 +39,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + tools: composer:v5 # tools: phpunit:${{ matrix.phpunit-versions }} coverage: xdebug extensions: ${{ env.PHP_EXTENSIONS }}