We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4277f90 commit 9bc9646Copy full SHA for 9bc9646
.github/workflows/integrate.yaml
@@ -44,14 +44,14 @@ jobs:
44
45
unit-tests:
46
name: "Unit test"
47
- uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
+ uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
48
with:
49
composer-root-version: "5.x-dev"
50
upcoming-releases: true
51
52
integration-tests:
53
name: "Integration test"
54
55
56
57
0 commit comments