File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 code-coverage :
1616 name : " Code Coverage"
17- uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.6 "
17+ uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8 "
1818 with :
1919 php-version : " 8.2"
2020
@@ -76,21 +76,21 @@ jobs:
7676
7777 unit-tests :
7878 name : " Unit test"
79- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
79+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8 "
8080 with :
8181 composer-root-version : " 1.x-dev"
8282
8383 functional-tests :
8484 name : " Functional test"
85- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
85+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8 "
8686 needs : " unit-tests"
8787 with :
8888 test-suite : " functional"
8989 composer-root-version : " 1.x-dev"
9090
9191 integration-tests :
9292 name : " integration test"
93- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6 "
93+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8 "
9494 needs : " unit-tests"
9595 with :
9696 test-suite : " integration"
You can’t perform that action at this time.
0 commit comments