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
1111jobs :
1212 code-coverage :
1313 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 "
1515 with :
1616 php-version : " 8.2"
1717
4646
4747 static-analysis :
4848 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 "
5050 with :
5151 php-version : " 8.2"
5252
@@ -72,18 +72,18 @@ jobs:
7272
7373 unit-tests :
7474 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 "
7676
7777 functional-tests :
7878 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 "
8080 needs : " unit-tests"
8181 with :
8282 test-suite : " functional"
8383
8484 integration-tests :
8585 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 "
8787 needs : " unit-tests"
8888 with :
8989 test-suite : " integration"
Original file line number Diff line number Diff line change 6060 "qossmic/deptrac-shim" : " ^1.0.2" ,
6161 "rector/rector" : " ^0.18.13" ,
6262 "squizlabs/php_codesniffer" : " ^3.8" ,
63- "symfony/finder" : " ^6.4.0" ,
63+ "symfony/finder" : " ^6.4.0 || ^7.0 " ,
6464 "vimeo/psalm" : " ^5.18"
6565 },
6666 "suggest" : {
You can’t perform that action at this time.
0 commit comments