1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 11:14:05 +00:00

Add Redis & remove windows from CI because of it

This commit is contained in:
Andre Sayej 2020-09-07 12:22:25 +03:00
parent 02b0c4b6c9
commit 09e3c1150e
No known key found for this signature in database
GPG key ID: 2D3526AA36109149

View file

@ -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