Skip to content

Commit 7505440

Browse files
committed
2 parents 7a1fbc8 + 3e69b23 commit 7505440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [8.3, 8.2, 8.1]
19+
php: [8.2, 8.1]
2020
laravel: [10.*]
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: ${{ matrix.php }}
37-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
37+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
3838
coverage: none
3939

4040
- name: Setup problem matchers
@@ -51,4 +51,4 @@ jobs:
5151
run: composer show -D
5252

5353
- name: Execute tests
54-
run: vendor/bin/pest --stop-on-failure --parallel --display-skipped
54+
run: vendor/bin/pest --ci

0 commit comments

Comments
 (0)