File tree Expand file tree Collapse file tree 6 files changed +504
-217
lines changed Expand file tree Collapse file tree 6 files changed +504
-217
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
11
11
jobs :
12
12
code-coverage :
13
13
name : " Code Coverage"
14
- uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.5.0 "
14
+ uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.6 "
15
15
with :
16
16
php-version : " 8.2"
17
17
46
46
47
47
static-analysis :
48
48
name : " Static analysis"
49
- uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0 "
49
+ uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6 "
50
50
with :
51
51
php-version : " 8.2"
52
52
@@ -72,18 +72,18 @@ jobs:
72
72
73
73
unit-tests :
74
74
name : " Unit test"
75
- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0 "
75
+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
76
76
77
77
functional-tests :
78
78
name : " Functional test"
79
- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0 "
79
+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
80
80
needs : " unit-tests"
81
81
with :
82
82
test-suite : " functional"
83
83
84
84
integration-tests :
85
85
name : " integration test"
86
- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0 "
86
+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
87
87
needs : " unit-tests"
88
88
with :
89
89
test-suite : " integration"
Original file line number Diff line number Diff line change 60
60
"qossmic/deptrac-shim" : " ^1.0.2" ,
61
61
"rector/rector" : " ^0.18.13" ,
62
62
"squizlabs/php_codesniffer" : " ^3.8" ,
63
- "symfony/finder" : " ^6.4.0" ,
63
+ "symfony/finder" : " ^6.4.0 || ^7.0 " ,
64
64
"vimeo/psalm" : " ^5.18"
65
65
},
66
66
"suggest" : {
You can’t perform that action at this time.
0 commit comments