File tree 1 file changed +3
-8
lines changed 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11
11
fail-fast : true
12
12
matrix :
13
13
php : ['7.4', '8.0']
14
- stability : [prefer-lowest, prefer-stable]
15
- include :
16
- - php : ' 8.1'
17
- flags : " --ignore-platform-req=php"
18
- stability : prefer-stable
19
- name : Pest - PHP ${{ matrix.php }} - ${{ matrix.stability }}
14
+ name : Pest - PHP ${{ matrix.php }}
20
15
steps :
21
16
- uses : actions/checkout@v2
22
17
- uses : shivammathur/setup-php@v2
26
21
coverage : pcov
27
22
- uses : ramsey/composer-install@v1
28
23
with :
29
- composer-options : " --${{ matrix.stability }} -- prefer-dist --optimize-autoloader --ignore-platform-reqs"
24
+ composer-options : " --prefer-dist --optimize-autoloader --ignore-platform-reqs"
30
25
- name : Run PestPHP
31
26
run : vendor/bin/pest --coverage --coverage-clover test-results/pest.xml
32
27
env :
38
33
uses : codecov/codecov-action@v2
39
34
with :
40
35
token : ${{ secrets.CODECOV_TOKEN }}
41
- flags : pest-${{ matrix.php }}-${{ matrix.stability }}
36
+ flags : pest-${{ matrix.php }}
42
37
file : test-results/pest.xml
43
38
44
39
larastan :
You can’t perform that action at this time.
0 commit comments