File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
os : [ubuntu-latest, macOS-latest]
11
11
php-version : ['8.2', '8.3']
12
+ dependencies : ['lowest', 'highest']
12
13
name : ' PHPUnit'
13
14
steps :
14
15
- name : Checkout
21
22
coverage : xdebug
22
23
- name : Composer
23
24
uses : " ramsey/composer-install@v2"
25
+ with :
26
+ dependency-versions : ${{ matrix.dependencies }}
24
27
- name : PHPUnit
25
28
run : vendor/bin/phpunit --coverage-clover=coverage.clover
26
29
- uses : codecov/codecov-action@v1
31
34
strategy :
32
35
matrix :
33
36
php-version : ['8.2', '8.3']
37
+ dependencies : ['lowest', 'highest']
34
38
name : ' Psalm'
35
39
steps :
36
40
- name : Checkout
42
46
extensions : mbstring, intl
43
47
- name : Composer
44
48
uses : " ramsey/composer-install@v2"
49
+ with :
50
+ dependency-versions : ${{ matrix.dependencies }}
45
51
- name : Psalm
46
52
run : vendor/bin/psalm --shepherd
47
53
cs :
You can’t perform that action at this time.
0 commit comments