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:
parent
02b0c4b6c9
commit
09e3c1150e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue