From 09e3c1150e7d3f855a042aa3690c56bd9b0f1328 Mon Sep 17 00:00:00 2001 From: Andre Sayej Date: Mon, 7 Sep 2020 12:22:25 +0300 Subject: [PATCH] Add Redis & remove windows from CI because of it --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd66cc3..bbe39e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] php: [7.3, 7.4] laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] @@ -38,7 +38,8 @@ jobs: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick coverage: none - + - name: Start Redis + uses: supercharge/redis-github-action@1.1.0 - name: Install dependencies run: | composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update