Skip to content

Commit 815f56d

Browse files
committed
Update run-tests.yml
1 parent 84aeb21 commit 815f56d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
test:
77
runs-on: ${{ matrix.os }}
88
strategy:
9-
fail-fast: true
9+
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.4, 8.3, 8.2, 8.1]
12+
php: [8.4, 8.3, 8.2]
1313
laravel: [12.*, 11.*, 10.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
@@ -19,11 +19,6 @@ jobs:
1919
testbench: 9.*
2020
- laravel: 10.*
2121
testbench: 8.*
22-
exclude:
23-
- laravel: 12.*
24-
php: 8.1
25-
- laravel: 11.*
26-
php: 8.1
2722

2823
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2924

@@ -44,4 +39,4 @@ jobs:
4439
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4540
4641
- name: Execute tests
47-
run: vendor/bin/pest
42+
run: vendor/bin/pest --color=always

0 commit comments

Comments
 (0)