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

Commit 331a127

Browse files
authored
Merge pull request #528 from stayallive/feature/fix-test-suite
Fix test suite
2 parents 2ae00be + 0b0c843 commit 331a127

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 6.*
2121
testbench: 4.*
22+
exclude:
23+
- php: 7.2
24+
laravel: 8.*
2225

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

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

4245
- name: Install dependencies

0 commit comments

Comments
 (0)