We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aeb21 commit 815f56dCopy full SHA for 815f56d
.github/workflows/run-tests.yml
@@ -6,10 +6,10 @@ jobs:
6
test:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
- fail-fast: true
+ fail-fast: false
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.4, 8.3, 8.2, 8.1]
+ php: [8.4, 8.3, 8.2]
13
laravel: [12.*, 11.*, 10.*]
14
stability: [prefer-lowest, prefer-stable]
15
include:
@@ -19,11 +19,6 @@ jobs:
19
testbench: 9.*
20
- laravel: 10.*
21
testbench: 8.*
22
- exclude:
23
- - laravel: 12.*
24
- php: 8.1
25
- - laravel: 11.*
26
27
28
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
@@ -44,4 +39,4 @@ jobs:
44
39
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
40
46
41
- name: Execute tests
47
- run: vendor/bin/pest
42
+ run: vendor/bin/pest --color=always
0 commit comments