Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #528 from stayallive/feature/fix-test-suite
Browse files Browse the repository at this point in the history
Fix test suite
  • Loading branch information
rennokki committed Sep 15, 2020
2 parents 2ae00be + 0b0c843 commit 331a127
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -19,6 +19,9 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
- php: 7.2
laravel: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand All @@ -36,7 +39,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
extensions: curl, dom, libxml, mbstring, pdo, sqlite, pdo_sqlite, zip
coverage: pcov

- name: Install dependencies
Expand Down

0 comments on commit 331a127

Please sign in to comment.