Commit dbf8df0 1 parent f53af7c commit dbf8df0 Copy full SHA for dbf8df0
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11
11
uses : innmind/github-workflows/.github/workflows/coverage-matrix.yml@main
12
12
secrets : inherit
13
13
psalm :
14
- uses : innmind/github-workflows/.github/workflows/psalm-matrix.yml@main
14
+ uses : innmind/github-workflows/.github/workflows/psalm.yml@main
15
+ strategy :
16
+ matrix :
17
+ php-version : ['8.2', '8.3', '8.4']
18
+ dependency-versions : ['lowest', 'highest']
19
+ name : ' Psalm'
20
+ with :
21
+ php-version : ${{ matrix.php-version }}
22
+ dependency-versions : ${{ matrix.dependency-versions }}
15
23
cs :
16
24
uses : innmind/github-workflows/.github/workflows/cs.yml@main
17
25
with :
Original file line number Diff line number Diff line change 30
30
}
31
31
},
32
32
"require-dev" : {
33
- "vimeo/psalm" : " ~5.6" ,
33
+ "vimeo/psalm" : " ~5.6|dev-master " ,
34
34
"innmind/black-box" : " ^5.5.1" ,
35
35
"innmind/coding-standard" : " ~2.0"
36
36
},
You can’t perform that action at this time.
0 commit comments