Skip to content

Commit 35e7920

Browse files
committed
WIP
1 parent af87024 commit 35e7920

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
laravel: [9.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15-
- laravel: 9.*
16-
testbench: 7.*
17-
- laravel: 8.*
18-
testbench: ^6.23
15+
- laravel: 9.*
16+
testbench: 7.*
17+
- laravel: 8.*
18+
testbench: ^6.23
1919
runs-on: ${{ matrix.os }}
2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2121
steps:
@@ -26,8 +26,7 @@ jobs:
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php }}
29-
extensions: none, mbstring, libxml
30-
# extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
29+
extensions: dom, mbstring, libxml
3130
coverage: none
3231

3332
- name: Install dependencies

0 commit comments

Comments
 (0)