File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
code-coverage :
16
16
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 "
18
18
with :
19
19
php-version : " 8.2"
20
20
@@ -76,21 +76,21 @@ jobs:
76
76
77
77
unit-tests :
78
78
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 "
80
80
with :
81
81
composer-root-version : " 1.x-dev"
82
82
83
83
functional-tests :
84
84
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 "
86
86
needs : " unit-tests"
87
87
with :
88
88
test-suite : " functional"
89
89
composer-root-version : " 1.x-dev"
90
90
91
91
integration-tests :
92
92
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 "
94
94
needs : " unit-tests"
95
95
with :
96
96
test-suite : " integration"
You can’t perform that action at this time.
0 commit comments